Go to the first, previous, next, last section, table of contents.


substring[

{ string start stop -> [ chars | }

The substring[ function extracts a substring from a given string, returning it as a block of chars:

Stack:
"abcde" 1 3 substring
Stack: [ 'b' 'c' |

See section substring.


Go to the first, previous, next, last section, table of contents.