Create a file on magnetic tape: Difference between revisions

Content added Content deleted
mNo edit summary
Line 3: Line 3:
{{omit from|AWK|not OO}}
{{omit from|AWK|not OO}}
{{omit from|BASIC|not OO}}
{{omit from|BASIC|not OO}}
{{omit from|C sharp}}
{{omit from|Fortran|not OO}}
{{omit from|Fortran|not OO}}
{{omit from|GUISS}}
{{omit from|GUISS}}
Line 14: Line 15:
{{omit from|Retro}}
{{omit from|Retro}}
{{omit from|TI-89 BASIC}}
{{omit from|TI-89 BASIC}}
{{omit from|Visual Basic .NET}}
{{omit from|zkl}}
{{omit from|zkl}}


Line 381: Line 383:
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}}