An Esoteric Programming Language
Version 1.3.3
input
aurora>
output
// AuroraCode interpreter ready. // Type code above and press RUN, or try an example below.
variables
no variables defined yet
syntax reference
#!ops!full line structure
+increment by 1
-decrement by 1
=name:val:create variable
*name:multiply by variable
/name:divide by variable
?name:print variable value
@print accumulator now
$(ops)n:loop ops n times
%(ops)/op n:while condition true
[/op n:t|f]if accumulator op n
[var op n:t|f]if variable op n
#print as letter (a=1 z=26)