Create a file on magnetic tape: Difference between revisions

Content added Content deleted
(→‎{{header|Go}}: add Fortran, in some puzzlement.)
(Omit from C#)
Line 236: Line 236:
Here we dump the contents of the screen:
Here we dump the contents of the screen:
<lang zxbasic>SAVE "TAPEFILE" CODE 16384,6912</lang>
<lang zxbasic>SAVE "TAPEFILE" CODE 16384,6912</lang>

{{omit from|C sharp}}