elna/tests/vm/printi_if.elna

5 lines
44 B
Plaintext
Raw Normal View History

2024-10-11 16:14:01 +02:00
proc main() {
if (1 = 1)
printi(3);
}