Learn R Programming

AmigaFFH (version 0.4.3)

AmigaBasic.reserved: 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()

Arguments

Value

Returns a vecor of character strings of reserved Amiga Basic words.

Author

Pepijn de Vries

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.

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

Run this code
AmigaBasic.reserved()

Run the code above in your browser using DataLab