bcc
bcc copied to clipboard
Missing keywords?
I've noticed that several words that I thought were keywords and that are listed as reserved words in the docs aren't actually included in bcc's keyword list.
The words in question are:
ModuleInfo
Byte
Chr Len Asc SizeOf
Delete IncbinPtr IncbinLen
Final
Goto
Maybe Chr
, Len
and Asc
could be turned into BRL.Blitz
functions, like Min
, Max
, Abs
and Sgn
.
The others should probably be added as keywords, unless there's a special reason not to that I'm not aware of.