RosettaCodeData/Task/Call-a-function/Seed7/call-a-function-2.seed7

3 lines
152 B
Plaintext

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