-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
In particular, the following should not pass:
//#if MC>=12000
//$$ print(used1)
//#else#if MC>=11600
//$$ print(used2)
//#else
//$$ print(used3)
//#endif
Because
- That's supposed to be an
elseifbut it was typo'd (current processor reads it as anelsewithout complaints) - That's two
elsewhich probably shouldn't be legal
Metadata
Metadata
Assignees
Labels
No labels