Basic program interpreter no variables :/ Docs: say(<text : string>) think(<text : string>) set_x(<position : int>) set_y(<position : int>) move_x(<position : int>) move_y(<position : int>) wait(<time : float / int>) // comment ( not working )
i got bored and wanted to remake a programming language i made a couple of years ago in scratch it's really easy to add other functions. i'm too lazy to make variables.