Sock

From Esolang
Jump to navigation Jump to search
// sock is a one Instruction Set Computer [OISC]
// the only command is:
// sock did {input1} with {input2} do {input3}
// define value "WLD" in the dictionary: "HLL" return "!" and then print it
sock did HLL with WLD do 33
sock did HLL with WLD do >
// that would print
>output/ !
// to do a comment you do // or >{input1}/
// and that's it for know