Difference between revisions of "AMOSi:Rem"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:50, 17 November 2007

an example can be found on AMOSPro_Examples:Examples/H-4/Help_48.amos


Rem is a little REMark statement included in your programs that helps you REMember something. The text you use after a REM statement is ignored by the program. The apostrophe character can also be used instead of REM.


Rem This is where I hid my old socks data
' And this is a rem statement too