bcc icon indicating copy to clipboard operation
bcc copied to clipboard

Missing keywords?

Open HurryStarfish opened this issue 6 years ago • 1 comments

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.

HurryStarfish avatar Feb 02 '19 22:02 HurryStarfish