SIO coding language! (Selective Introspection Order)
Hello world in SIO!:
print "Hello, world!"
or print("Hello, world!")
To run a file simply do sio "you_file_name_here"
, make sure the file you want to run has .sio
at the end!
Example (main.sio):
print "Hello, from a file!"
Then:sio main