Recreate the symbol string by pooq

a="!@#$% ^"
b="&*()"
c=")(*& ^ %$#@!"
do 2
say a b
say c
end
say a||b
say c

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page