Closed Decavoid closed 4 years ago
I'm unable to reproduce this one in either the C++ (command-line) or the C# (Mini Micro) environments.
MiniScript
Command-Line (Unix) v1; language v1.5 (Aug 19 2020)
> end if
Compiler Error: 'end if' without matching 'if' [line 1]
Possibly this is something already fixed? Closing this for now, but we'll open it back up again if you can point out a way I can reproduce it.
Reproducible at https://miniscript.org/tryit/
Steps to Reproduce:
Compile:
Actual result: Compiles successfully Expected result: Compiler Error: 'end if' without matching 'if'