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.

UGGA

From Esolang
(Redirected from Ugga)
Jump to navigation Jump to search

UGGA

The programming language is made of 5 arrays and each array has 30k slots.

That means there are 150K slots in total. Online Interpreter Syntax:

 ! (Go up onto the next array (s1 -> s2))
 % (Go down (s2 -> s1))
 [ (Right)
 ] (Left)
 @ (Output slots value onto the console)
 = (Get user input and set the slot to answer)
 : (Increment current slot by 1)
 - (Subtract current slot by 1)
 & (Output the stack's characters to the console)


SAMPLE:

   [h@[e@[l@[l@[o@[ @[w@[o@[r@[l@[d@

(this prints hello world to the screen)



THIS LANGUAGE WAS PROGRAMMED IN PYTHON