Site Tools


chop
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


chop [2016/08/02 22:18] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +======Overview:======
 +$chop(//number// //text//)
  
 +======Summary:=======
 +The chop() function returns the initial part of //text//, excluding the final //number// characters (code points)
 +
 +======Examples:======
 +<file>
 +$chop(5 abcdef)          /* returns "a" */
 +$chop(2 fnord)           /* returns "fno" */
 +</file>
 +
 +======History:======
 +The chop() function first appeared in EPIC4pre1.042.
chop.txt · Last modified: 2016/08/02 22:18 by 127.0.0.1