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 (translated from the word "One" in goroshevkan) is a golfing language made by User:Ractangle

Commands

Old Version

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

New Version

0-9 Pushes a number
, Input

Examples

Hello, world!

"Hello, world!"

Cat program

,

Implementation

Old Version