Name | Type | Description |
av | verb | convert between characters and indices |
detab | verb | remove tab stops |
dfh | verb | decimal from hex |
hex | adverb | create verb for hex calculation |
hfd | verb | hex from decimal |
mfv | verb | matrix from vector |
quote | verb | quote text |
vfm | verb | vector from matrix |
convert between characters and indices e.g. av 'abcde'
remove tab stops remove tabs from character string left argument is tab width, default 4
create verb for hex calculation e.g. 'FF' + hex '8'
matrix from vector [delimiter] mfv vector default delimiter is ' '
quote text quote 'Pete''s Place'
vector from matrix vector from matrix, lines separated by LF