7 ms·
It's not a subset of python. For instance this program works in this interpreter, but not in python: fxx i in rxxxx(10): pxxxx(i)
by tyilo 10d ago
It's not a subset of python.
For instance this program works in this interpreter, but not in python:
fxx i in rxxxx(10):
pxxxx(i)
- benatkin 10d agoThat isn't part of the language though. That's just input that it doesn't handle properly. The author acknowledged it lacks error handling.