306
# File 'lib/nendo/ruby/builtin_functions.rb', line 306 def _write( arg ) printer = Printer.new ; print printer._write( arg ) ; arg end