Home » Archimedes archive » Archimedes World » AW-1995-05-Disc1.adf » AWMay95_1 » InTheMag/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_7_11
InTheMag/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_7_11
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-05-Disc1.adf » AWMay95_1 |
Filename: | InTheMag/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_7_11 |
Read OK: | ✔ |
File size: | 00BB bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There are 3 duplicate copies of this file in the archive:
- Archimedes archive » Archimedes World » AW-1994-12-Disc1.adf » Disk1Dec94 » !AWDec94/Goodies/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_7_11
- Archimedes archive » Archimedes World » AW-1995-01-Disc1.adf » Disk1Jan95 » !AWJan95/Goodies/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_7_11
- Archimedes archive » Archimedes World » AW-1995-05-Disc1.adf » AWMay95_1 » InTheMag/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_7_11
- Archimedes archive » Archimedes World » AW-1995-02-Disc1.adf » Disk1Feb95 » !AWFeb95/Goodies/DrawBasic/!DrawBasic/Library/Examples/Chapter/Ex_7_11
File contents
DIM A(1,1),b(1) b()=2 REM Matrix A() A(0,0)=1 : A(0,1)=1 A(1,0)=0 : A(1,1)=1 �Font("Trinity.Bold",100) object=�Print("A",1,1) new_object=�Transform(object,A(),b()) �Quit
00000000 0a 44 49 4d 20 41 28 31 2c 31 29 2c 62 28 31 29 |.DIM A(1,1),b(1)| 00000010 0a 62 28 29 3d 32 0a 52 45 4d 20 4d 61 74 72 69 |.b()=2.REM Matri| 00000020 78 20 41 28 29 20 0a 20 20 20 20 41 28 30 2c 30 |x A() . A(0,0| 00000030 29 3d 31 20 3a 20 41 28 30 2c 31 29 3d 31 0a 20 |)=1 : A(0,1)=1. | 00000040 20 20 20 41 28 31 2c 30 29 3d 30 20 3a 20 41 28 | A(1,0)=0 : A(| 00000050 31 2c 31 29 3d 31 0a 20 20 20 20 a0 46 6f 6e 74 |1,1)=1. .Font| 00000060 28 22 54 72 69 6e 69 74 79 2e 42 6f 6c 64 22 2c |("Trinity.Bold",| 00000070 31 30 30 29 0a 20 20 20 20 6f 62 6a 65 63 74 3d |100). object=| 00000080 bb 50 72 69 6e 74 28 22 41 22 2c 31 2c 31 29 0a |.Print("A",1,1).| 00000090 6e 65 77 5f 6f 62 6a 65 63 74 3d bb 54 72 61 6e |new_object=.Tran| 000000a0 73 66 6f 72 6d 28 6f 62 6a 65 63 74 2c 41 28 29 |sform(object,A()| 000000b0 2c 62 28 29 29 0a a0 51 75 69 74 |,b())..Quit| 000000bb