Files
prog8/compiler/res/prog8lib/virtual/coroutines.p8

4 lines
137 B
Lua

coroutines {
; the VM doesn't support coroutines because the flow of control is radically different than how the 6502 CPU does it.
}