Hacker News new | ask | show | jobs
by bottlero_cket 1276 days ago
You can do all of that already from immediate mode in both pico 8 and tic 80.
1 comments

I was hoping I’d missed something, but I just tried again in TIC-80 and this doesn’t work:

>print(“Hello world!”)

unknown command: print(“hello

It’s the same for variations with spaces and without brackets.

The same applies for functions defined in my program, with the sample cart loaded:

>tic

unknown command: tic

The same applies with brackets also.