Hacker News new | ask | show | jobs
by leppr 4067 days ago
What do you mean two characters? What are they exactly? I'm guessing $ and ; because it's like jQuery but some operations seem impossible, like how does it even assign variables?
2 comments

Its quite simple. The "$" and ";" are used in groups of three to signify other characters.

    "$$$" = "["
    "$$;" = "]"
    "$;$" = "("
    "$;;" = ")"
    ";$$" = "+"
    ";$;" = "!"
I think he meant 1 and 0
yes