/SIO

SIO coding language! (Selective Introspection Order)

Primary LanguagePythonApache License 2.0Apache-2.0

SIO MEANING

SIO coding language! (Selective Introspection Order)

Getting Started

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

Syntax