A programming language
let varname value
let varname :anothervarname
print hello world
print :varname
print %ln
print %retval
add 1 2
print 1 + 1 = %retval
div 5 2 2
print %retval
goto main
code ignored
this too
main:
print reached main
if 2 < 3 print hello
@include /path/to/script.iris
let me pootis
let name :pootis
print hello :name
print %ln
add 1 2 3 4
print 1 + 2 + 4 + 5 = %retval
CC0