class MAIN is main(args:ARRAY{STR}) is loop #OUT + args.elt! + "\n"; end; end; end;