Add Continue and Break statement support on loops.
The Continue statement skips to the next iteration while the Break one stops the loop and continues code execution.
Continue and Break Tokens have to be created, Lexer and Parser support has to be added and the Interpreter should be modified to execute the statements correctly.
Add Continue and Break statement support on loops.
The Continue statement skips to the next iteration while the Break one stops the loop and continues code execution.
Continue and Break Tokens have to be created, Lexer and Parser support has to be added and the Interpreter should be modified to execute the statements correctly.