Logical or/and

This commit is contained in:
nub31
2025-09-09 16:29:42 +02:00
parent e86571d1a2
commit aad41fbcbb
8 changed files with 45 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ func main(args: []cstring): i64
{
let x: u32 = 23
if x == 23 && true
if x == 11 || false
{
puts("yes")
}