Implemented boolean literals
This commit is contained in:
parent
91f34bc88f
commit
5f46a6f14e
11 changed files with 69 additions and 13 deletions
3
tests/errors/InvalidCondition.q
Normal file
3
tests/errors/InvalidCondition.q
Normal file
|
@ -0,0 +1,3 @@
|
|||
main() {
|
||||
if 42 {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue