mirror of
https://github.com/irmen/prog8.git
synced 2025-07-09 10:24:10 +00:00
4 lines
137 B
Lua
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.
|
|
}
|