Files
monkey/testdata/if.monkey
Chuck Smith ca4eed10b8
Some checks failed
Build / build (push) Failing after 1m26s
Test / build (push) Failing after 11m43s
More tests
2024-03-18 19:46:54 -04:00

5 lines
37 B
Plaintext

let x = 1
if (x == 1) {
x = 2
x
}