Top

[$]

docstring for '$' function:
------------
source: std/string.noc#($)

Convert a string to a quote of chars
(example)
"abc" $ => ['a' 'b' 'c']