Skip to content
Snippets Groups Projects
  • Eelco Dolstra's avatar
    7349bd01
    New primitives: · 7349bd01
    Eelco Dolstra authored
    * `sub' to subtract two numbers.
    * `stringLength' to get the length of a string.
    * `substring' to get a substring of a string.  These should be enough
      to allow most string operations to be expressed.
    7349bd01
    History
    New primitives:
    Eelco Dolstra authored
    * `sub' to subtract two numbers.
    * `stringLength' to get the length of a string.
    * `substring' to get a substring of a string.  These should be enough
      to allow most string operations to be expressed.