AmigaBasic.reserved {AmigaFFH} | R Documentation |
List Amiga Basic reserved words.
Description
Obtain a list of reserved Amiga Basic words. These words are not allowed as names of variables or labels in Amiga Basic.
Usage
AmigaBasic.reserved()
Details
This function will return a full list of reserved Amiga Basic words. This list does not serve as a manual for basic (for that purpose consult external resources). This list is meant to consult when choosing label names in Amiga Basic code. These reserved words are not allowed as names.
Value
Returns a vecor
of character
strings of
reserved Amiga Basic words.
Author(s)
Pepijn de Vries
See Also
Other AmigaBasic.operations:
AmigaBasicBMAP
,
AmigaBasic
,
[.AmigaBasic()
,
as.AmigaBasicBMAP()
,
as.AmigaBasic()
,
as.character()
,
check.names.AmigaBasic()
,
names.AmigaBasic()
,
rawToAmigaBasicBMAP()
,
rawToAmigaBasic()
,
read.AmigaBasicBMAP()
,
read.AmigaBasic()
,
write.AmigaBasic()
Examples
AmigaBasic.reserved()