AMOSi:Rem

From Amiga Coding
Revision as of 01:50, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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