Home » Archimedes archive » Acorn User » AU 1993-09.adf » !BasicProg_Basic » Listing3

Listing3

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-09.adf » !BasicProg_Basic
Filename: Listing3
Read OK:
File size: 00AA bytes
Load address: 0000
Exec address: 0000
File contents
   10REM >Listing3
   20:
   30ON ERROR REPORT:PRINT " at line ";ERL/10:END
   40first_string$="Hello. I am an"
   50second_string$="""Acorn"" Computer."
   60PRINT first_string$
   70PRINT second_string$
   80END

� >Listing3
:
� � �:� " at line ";�/10:�
("first_string$="Hello. I am an"
2(second_string$="""Acorn"" Computer."
<� first_string$
F� second_string$
P�
�
00000000  0d 00 0a 0f f4 20 3e 4c  69 73 74 69 6e 67 33 0d  |..... >Listing3.|
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 22 66 69  72 73 74 5f 73 74 72 69  |:...("first_stri|
00000040  6e 67 24 3d 22 48 65 6c  6c 6f 2e 20 49 20 61 6d  |ng$="Hello. I am|
00000050  20 61 6e 22 0d 00 32 28  73 65 63 6f 6e 64 5f 73  | an"..2(second_s|
00000060  74 72 69 6e 67 24 3d 22  22 22 41 63 6f 72 6e 22  |tring$="""Acorn"|
00000070  22 20 43 6f 6d 70 75 74  65 72 2e 22 0d 00 3c 13  |" Computer."..<.|
00000080  f1 20 66 69 72 73 74 5f  73 74 72 69 6e 67 24 0d  |. first_string$.|
00000090  00 46 14 f1 20 73 65 63  6f 6e 64 5f 73 74 72 69  |.F.. second_stri|
000000a0  6e 67 24 0d 00 50 05 e0  0d ff                    |ng$..P....|
000000aa