RosettaCodeData/Task/Call-a-function/Seed7/call-a-function-2.seed7
Ingy döt Net 6f050a029e update
2013-06-05 21:47:54 +00:00

2 lines
152 B
Text

write(aFile, "asdf"); # Variant of write with a parameter to specify a file.
write("asdf"); # Variant of write which writes to the file OUT.