More work on regex, fixed whitespace around && and operator= for vector
This commit is contained in:
@@ -15,4 +15,7 @@ fun main(): void {
|
||||
for (var i:int = 0; i < 20; i++;) z++;
|
||||
if (z > 20) io::println("We'll find out.");
|
||||
io::println(z);
|
||||
var boolean = false
|
||||
if ( z > 20 && !boolean)
|
||||
io::println("woo not")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user