RosettaCodeData/Task/Create-a-file/XPL0/create-a-file.xpl0
2023-07-01 13:44:08 -04:00

2 lines
37 B
Text

int FD;
FD:= FOpen("output.txt", 1);