Home » Archimedes archive » Acorn User » AU 1993-10.adf » !BasicProg_Basic » Listing1

Listing1

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1993-10.adf » !BasicProg_Basic
Filename: Listing1
Read OK:
File size: 013E bytes
Load address: 0000
Exec address: 0000
File contents
   10REM >Listing1
   20:
   30ON ERROR REPORT:PRINT " at line ";ERL/10:END
   40MODE 0
   50PRINT "Semi-colon ";"Semi-colon ";"Semi-colon "
   60PRINT "Comma ","Comma","Comma"
   70PRINT "Apostrophe "'"Apostrophe "'"Apostrophe "
   80PRINT TAB(17);"Tab to 17 spaces"
   90PRINT TAB(17,15);"17 across, 15 down"
  100:
  110var=123.45
  120PRINT '"Variable value is ";var
  130PRINT "Commas",var,var

� >Listing1
:
� � �:� " at line ";�/10:�
(� 0
2/� "Semi-colon ";"Semi-colon ";"Semi-colon "
<� "Comma ","Comma","Comma"
F/� "Apostrophe "'"Apostrophe "'"Apostrophe "
P� �17);"Tab to 17 spaces"
Z"� �17,15);"17 across, 15 down"
d:
nvar=123.45
x� '"Variable value is ";var
�� "Commas",var,var
�
00000000  0d 00 0a 0f f4 20 3e 4c  69 73 74 69 6e 67 31 0d  |..... >Listing1.|
00000010  00 14 05 3a 0d 00 1e 1e  ee 20 85 20 f6 3a f1 20  |...:..... . .:. |
00000020  22 20 61 74 20 6c 69 6e  65 20 22 3b 9e 2f 31 30  |" at line ";./10|
00000030  3a e0 0d 00 28 07 eb 20  30 0d 00 32 2f f1 20 22  |:...(.. 0..2/. "|
00000040  53 65 6d 69 2d 63 6f 6c  6f 6e 20 22 3b 22 53 65  |Semi-colon ";"Se|
00000050  6d 69 2d 63 6f 6c 6f 6e  20 22 3b 22 53 65 6d 69  |mi-colon ";"Semi|
00000060  2d 63 6f 6c 6f 6e 20 22  0d 00 3c 1e f1 20 22 43  |-colon "..<.. "C|
00000070  6f 6d 6d 61 20 22 2c 22  43 6f 6d 6d 61 22 2c 22  |omma ","Comma","|
00000080  43 6f 6d 6d 61 22 0d 00  46 2f f1 20 22 41 70 6f  |Comma"..F/. "Apo|
00000090  73 74 72 6f 70 68 65 20  22 27 22 41 70 6f 73 74  |strophe "'"Apost|
000000a0  72 6f 70 68 65 20 22 27  22 41 70 6f 73 74 72 6f  |rophe "'"Apostro|
000000b0  70 68 65 20 22 0d 00 50  1d f1 20 8a 31 37 29 3b  |phe "..P.. .17);|
000000c0  22 54 61 62 20 74 6f 20  31 37 20 73 70 61 63 65  |"Tab to 17 space|
000000d0  73 22 0d 00 5a 22 f1 20  8a 31 37 2c 31 35 29 3b  |s"..Z". .17,15);|
000000e0  22 31 37 20 61 63 72 6f  73 73 2c 20 31 35 20 64  |"17 across, 15 d|
000000f0  6f 77 6e 22 0d 00 64 05  3a 0d 00 6e 0e 76 61 72  |own"..d.:..n.var|
00000100  3d 31 32 33 2e 34 35 0d  00 78 1f f1 20 27 22 56  |=123.45..x.. '"V|
00000110  61 72 69 61 62 6c 65 20  76 61 6c 75 65 20 69 73  |ariable value is|
00000120  20 22 3b 76 61 72 0d 00  82 16 f1 20 22 43 6f 6d  | ";var..... "Com|
00000130  6d 61 73 22 2c 76 61 72  2c 76 61 72 0d ff        |mas",var,var..|
0000013e