Bug: #ENDREM not recognised as a command key word

David Crocombe

New Member
#ENDREM is not recognised as a command key word.
#endrem works OK.

I am using V5.5.5 Program Editor on WinXP PC.

I like to use capitals for the command key words as it makes it easier for me to read my code.

I note that in the BASIC Commands documentation on the website it says the syntax is for capitals anyway.
It seems most commands don't care about whether they are capitals or not, but #endrem does.

Please make #ENDREM work in capitals.

http://www.picaxe.com/BASIC-Commands/Directives/hash-endrem/

Name: #endrem
Syntax: #REM #ENDREM
Description: Ends the commenting out multiple lines of text.
 

nick12ab

Senior Member
Already discovered (1 2 3 4 5 6 7 8) but it's good that you've mentioned it again as something might get done about it now.
Code:
*** Known Restrictions 
- #rem/#endrem must be used in lower case to correctly colour code
- Simulation 'Connect' feature not yet available
- X1 / X2 'let' mathematical equations cannot yet use brackets
*** End of known restrictions
Note that the issue only applies to the colour coding and any code after the #ENDREM will still work but will be green in colour.
 
Top