Closed lesleyrs closed 1 year ago
For stuff like print() in Pico-8 you can leave out x, y and it will just add 6? to y in the local scope. Is this even possible to do in Rust? Just wondering.
Never mind, duplicate of https://github.com/jjant/runty8/issues/12
For stuff like print() in Pico-8 you can leave out x, y and it will just add 6? to y in the local scope. Is this even possible to do in Rust? Just wondering.