8 lines
121 B
Text
8 lines
121 B
Text
|
|
str: Read %output.txt
|
||
|
|
Write %input.txt str
|
||
|
|
Close Open %output.txt
|
||
|
|
Close Open %input.txt
|
||
|
|
|
||
|
|
cc os
|
||
|
|
cp %output.txt %input.txt
|