Skip to content

Commit

Permalink
Merge pull request #2 from c00w/patch-1
Browse files Browse the repository at this point in the history
Drop duplicate `ne` from README.md
  • Loading branch information
robpike authored Jun 17, 2020
2 parents e17cbe6 + 135e2c0 commit 7fc1f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Identifiers must be alphanumeric. The addition function is `add` not `+`.

### Built-in functions.

I never liked to type `DIFFERENCE` or `QUOTIENT`, so arithmetic uses the much shorter `add` `sub` `mul` `div` `rem`, and the comparision operators come from Fortran (why not?): `eq` `ne` `lt` `le` `gt` `ge` `ne`, as well as `and` and `or`.
I never liked to type `DIFFERENCE` or `QUOTIENT`, so arithmetic uses the much shorter `add` `sub` `mul` `div` `rem`, and the comparision operators come from Fortran (why not?): `eq` `ne` `lt` `le` `gt` `ge`, as well as `and` and `or`.

Other builtin functions are: `apply` `atom`, `car`, `cdr`, `cond`, `cons`, `list`, `null`, and `quote`.

Expand Down

0 comments on commit 7fc1f6b

Please sign in to comment.