XAH
Jump to navigation
Jump to search
XAH
(pronounced ehcks-Aahh)
A library-based language with 3 commands built into the standard library:
Name | Status | What it does |
---|---|---|
! | Required | initialize the program |
@ | Not Required | print out whatever is inside the @ and ; |
# | Required | end the program |
examples:
! @hello world; #
prints hello world
! @im a banana; #
you know what it does.
_____________________________________