This page (revision-2) was last changed on 03-Feb-2023 15:21 by Florian Dingler 

This page was created on 09-Mar-2010 15:32 by Carsten Strotmann

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
2 03-Feb-2023 15:21 923 bytes Florian Dingler to previous
1 09-Mar-2010 15:32 760 bytes Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed one line
# Include the Runtime File at the to of your ACTION! Source, INCLUDE "D: SYSTEM. ACT"
# Include the Runtime File at the top of your ACTION! Source, INCLUDE "D:SYSTEM.ACT"
At line 7 changed one line
# go to the ACTION! Monitor, complie your Program from Disk 'C "D:MYPGM. ACT"'
# go to the ACTION! Monitor, complie your Program from Disk 'C "D:MYPGM.ACT"'
At line 10 added 12 lines
{{{
INCLUDE "D:SYSTEM.ACT"
PROC main()
BYTE I=[10],J=[15]
GRAPHICS(2)
PRINTDE(6,"Hello World")
I=I*J ; shows that multiplication works
RETURN
}}}