Files
cell/vm_test/while_break.txt
2026-02-05 10:29:09 -06:00

2 lines
62 B
Plaintext

var i = 0; while (i < 10) { i = i + 1; if (i == 5) break }; i