feat: add support for booleans and comparision operators
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
fn main() -> i32 {
|
||||
return 42;
|
||||
return 10 * 4 + 2;
|
||||
}
|
||||
Reference in New Issue
Block a user