Deleted 1 year ago
Viewing post in Coding Languages
Something I saw recently for this workflow: you can insta-port PICO-8 code to standard Lua code by wrapping printh[=[ ...]=] around your entire source. This will convert PICO-8's !=, +=, if one-liners, etc. back to Lua, for use in things like Love.