This page (revision-14) was last changed on 26-Mar-2023 01:58 by Administrator 

This page was created on 01-Feb-2011 14:21 by Gromit

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
14 26-Mar-2023 01:58 74 KB Administrator to previous LarryS ACTION Tutorial ==> Larrys Action Tutorial
13 26-Mar-2023 01:58 74 KB Administrator to previous | to last Change case
12 03-Feb-2023 15:21 74 KB Gromit to previous | to last
11 02-Feb-2011 13:02 74 KB Gromit to previous | to last
10 01-Feb-2011 16:06 74 KB Gromit to previous | to last
9 01-Feb-2011 14:40 74 KB Gromit to previous | to last
8 01-Feb-2011 14:39 74 KB Gromit to previous | to last
7 01-Feb-2011 14:36 74 KB Gromit to previous | to last
6 01-Feb-2011 14:36 74 KB Gromit to previous | to last
5 01-Feb-2011 14:31 74 KB Gromit to previous | to last
4 01-Feb-2011 14:30 74 KB Gromit to previous | to last
3 01-Feb-2011 14:28 74 KB Gromit to previous | to last
2 01-Feb-2011 14:26 74 KB Gromit to previous | to last
1 01-Feb-2011 14:21 74 KB Gromit to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed 2 lines
!! The Beginning ==
!! The Beginning
At line 67 changed one line
PrintE("End of program.")
PrintE("End of program.")
At line 71 changed 2 lines
PrintE("Hello World")
stop
PrintE("Hello World")
stop
At line 98 changed 2 lines
** -TYPE idinfo=[BYTE level,
** -TYPE idinfo=[BYTE level (omit comma)
** -TYPE idinfo=[[BYTE level,
** -TYPE idinfo=[[BYTE level (omit comma)
At line 156 changed one line
BYTE ch=764
BYTE ch=764
At line 158 changed 8 lines
Graphics(O)
PrintE("PRESS ANY KEY;")
song=verse1 song()
do until ch<255 od
ch=255
song=verse2 song()
do until ch<255 od
ch=255
Graphics(0)
PrintE("PRESS ANY KEY;")
song=verse1 song()
do until ch<255 od
ch=255
song=verse2 song()
do until ch<255 od
ch=255
At line 181 changed one line
BYTE ch=764,atachr=763,tmp
BYTE ch=764, atachr=763, tmp
At line 183 changed 10 lines
PrintE("KEYBOARD TEST PROGRAM")
PrintE("Press any key; Esc=exit")
do
while ch=255 do od
tmp=ch
GetD(7)
PrintF("ch=%U atachr=%U (^[%C)%E",tmp,
atachr,atachr)
until tmp=28
od
PrintE("KEYBOARD TEST PROGRAM")
PrintE("Press any key; Esc=exit")
do
while ch=255 do od
tmp=ch
GetD(7)
PrintF("ch=%U atachr=%U (^[%C)%E",tmp,atachr,atachr)
until tmp=28
od
At line 231 changed one line
** [ ] -Start / End of data block
** [[ ] -Start / End of data block