Talk:Qu-Qu

From Esolang
Jump to navigation Jump to search

Could you please specify each function a little more? its unclear what each does(for example null), and just generally how this language works(evaluation order, ect.). --Yayimhere2(school) (talk) 19:01, 18 January 2026 (UTC)

Every program is a tree; a function will branch out on its inputs.
x(y(x))
Lower-case x will check for y, and y will check for x. So y(x) is solved first, then x(y(x)) is solved. --A() (talk) 19:34, 18 January 2026 (UTC)