mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added tables to integration tests, tweaked a lot of comments
This commit is contained in:
@@ -50,7 +50,7 @@ print !true; //false
|
||||
print !false; //true
|
||||
|
||||
//precedence
|
||||
print true && false || true; //TODO: a grouping warning is needed for this
|
||||
print true && false || true; //URGENT: a grouping warning is needed for this, see issue #154
|
||||
|
||||
//types
|
||||
var a: int;
|
||||
|
||||
Reference in New Issue
Block a user