2 lines
152 B
Text
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.
|