We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

XAH

From Esolang
Jump to navigation Jump to search

XAH

(pronounced ehcks-Aahh)

A library-based language with 3 commands built into the standard library:

List of Commands in 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.
_____________________________________

Other Libraries