Jump to content

Create a file on magnetic tape: Difference between revisions

m
Line 275:
$tape.say: "I am a tape file now, or hope to be soon.";
$tape.close;</lang>
 
=={{header|Phix}}==
<lang Phix>include builtins/write_file.e
constant filepath = iff(platform()=WINDOWS?"tape.file":"/dev/tape"),
write_file(file_path,"Hello world!")</lang>
 
=={{header|PicoLisp}}==
7,806

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.