boolean-type from comparisons

This commit is contained in:
uan
2026-02-04 18:06:51 +01:00
parent 6525fa711d
commit fc79c23b77
4 changed files with 42 additions and 16 deletions

View File

@@ -1 +1 @@
let a int = int((5.1 + 2.2) * 5.1);
let a bool = 2 <= 4;