prog8/examples/test.p8

9 lines
110 B
Lua

main {
sub start() {
uword xx = 10
if xx+99 == 1.234 {
xx++
}
}
}