Top
module / std-string
Table of contents
Overview
../index
../nocdoc/index
Internal
prelude
fs
str
sys
char
seq
Std
std-bool
std-dict
std-fs
std-io
std-list
std-math
std-stack
std-string
Functions
[$]
[$]
docstring for '$' function:
------------
source:
std/string.noc#($)
Convert a string to a quote of chars
(example)
"abc" $ => ['a' 'b' 'c']