UNAI

From Esolang
(Redirected from Array?)
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

UNAI is a golfing language made by User:Ractangle

Commands

Command Action
0-9 Pushes a number
. Pops and prints the TOS
"..." String literal
^ Discards the TOS
, Input
[...] Comment

Examples

Hello, world!

"Hello, world!"

Cat program

,

Implementation

UNAI folder in Thewierd Repo