Programming language built on javascript · By Malachi Bance
ANSWERED
I was trying to work on something with inp, but the prompt wouldn't show up. I reloaded the page and tested just an out script, but it still wasn't working. Is there something wrong with the code? Thanks!
It may be because you are missing a semicolon at the end of the line, it can be sensitive to missed semicolons.
you are also missing the close bracket for the function. it should be:
fn srt() [ out("hello"); ]
should work, if there are still problems I'll take a deeper look
You're right, I just blanked on that. Thanks