chop
Overview:
$chop(number text)
Summary:
The chop() function returns the initial part of text, excluding the final number characters (code points)
Examples:
$chop(5 abcdef) /* returns "a" */ $chop(2 fnord) /* returns "fno" */
History:
The chop() function first appeared in EPIC4pre1.042.
chop.txt · Last modified: 2016/08/02 22:18 by 127.0.0.1