265
# File 'lib/nendo/ruby/builtin_functions.rb', line 265 def _reverse( arg ) arg.to_arr.reverse.to_list end