#* * Simple I/O examples. Currently only output is supported. *# # Print out 10 followed by a newline say 10; # Print out 20 without a newline followed put 20; # Print out a newline ln;