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