

          crange string first last
               Returns a range of characters from string starting at
               first (zero-based) until last.  The special keyword end
               may be specified for last to indicate that the
               remainder of the string is to be extracted.  This
               command is a short cut for:
                   string range string first last
