AmigaBasic.reserved | R Documentation |
Obtain a list of reserved Amiga Basic words. These words are not allowed as names of variables or labels in Amiga Basic.
AmigaBasic.reserved()
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.
Returns a vecor
of character
strings of
reserved Amiga Basic words.
Pepijn de Vries
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()
AmigaBasic.reserved()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.