Home » Archimedes archive » Archimedes World » AW-1995-02-Disc1.adf » Disk1Feb95 » !AWFeb95/Goodies/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_9

!AWFeb95/Goodies/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_9

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 » Archimedes World » AW-1995-02-Disc1.adf » Disk1Feb95
Filename: !AWFeb95/Goodies/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_9
Read OK:
File size: 00B0 bytes
Load address: 0000
Exec address: 0000
Duplicates

There are 3 duplicate copies of this file in the archive:

File contents
DIM data(5,3)
�MatRead(data())
�Screen(-4,4,-5,5)
�Symbol(2,14)
�Plot(data(),1,2)
�LinePlot(data(),1,2)
�Quit


DATA -2,4,-4
DATA -1,1,-1
DATA  0,0,0
DATA  1,1,-1
DATA  2,4,-4
00000000  44 49 4d 20 64 61 74 61  28 35 2c 33 29 0a a0 4d  |DIM data(5,3)..M|
00000010  61 74 52 65 61 64 28 64  61 74 61 28 29 29 0a a0  |atRead(data())..|
00000020  53 63 72 65 65 6e 28 2d  34 2c 34 2c 2d 35 2c 35  |Screen(-4,4,-5,5|
00000030  29 0a a0 53 79 6d 62 6f  6c 28 32 2c 31 34 29 0a  |)..Symbol(2,14).|
00000040  a0 50 6c 6f 74 28 64 61  74 61 28 29 2c 31 2c 32  |.Plot(data(),1,2|
00000050  29 0a a0 4c 69 6e 65 50  6c 6f 74 28 64 61 74 61  |)..LinePlot(data|
00000060  28 29 2c 31 2c 32 29 0a  a0 51 75 69 74 0a 0a 0a  |(),1,2)..Quit...|
00000070  44 41 54 41 20 2d 32 2c  34 2c 2d 34 0a 44 41 54  |DATA -2,4,-4.DAT|
00000080  41 20 2d 31 2c 31 2c 2d  31 0a 44 41 54 41 20 20  |A -1,1,-1.DATA  |
00000090  30 2c 30 2c 30 0a 44 41  54 41 20 20 31 2c 31 2c  |0,0,0.DATA  1,1,|
000000a0  2d 31 0a 44 41 54 41 20  20 32 2c 34 2c 2d 34 0a  |-1.DATA  2,4,-4.|
000000b0