jjant / runty8

A Pico8 clone in Rust.
MIT License
227 stars 17 forks source link

Pico-8 variable arguments in functions #47

Closed lesleyrs closed 1 year ago

lesleyrs commented 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.

lesleyrs commented 1 year ago

Never mind, duplicate of https://github.com/jjant/runty8/issues/12