xuki
(Redirected from "Template:Wayback")
- This is still a work in progress. It may be changed in the future.
- The title of this article is also called XUKI.
xuki is an esolang created by User:Ractangle from a form in the trutle1's discord server
Syntax
c:(...)
the while statement
[...]
the array
^
grabs an element from the array spefied by it's argument
v
place the grabbed element to the array spefied by it's argument
.
input
=
duplicate
&(...)
prints an array
*
repeat a command n times
!
declaration/bitwise not
Examples
A+B Problem
y![1]=.* x![1]=.* x!=[]:(^x vy) &(y)