Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Sep 12, 2024
1 parent b10c3a7 commit f7b1c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Terms can be nested using operators `+`, `-`, `*`, `/`.
Usage of multiplication and division is limited.
Only expressions of form `c * t`, `t * c`, and `t / c` are accepted
where `c` must not refer to variables and must be non-zero in the latter case.
If functions are used as variable names, operators `+`, `-`, `*`, `/` are evaluated as well.
There is no special handling of strings though.
If functions are used as variable names, operators `+`, `-`, `*`, `/` in their arguments are evaluated as well.
There is no special handling of strings for function arguments though.

For example, the following program is accepted:
```
Expand Down

0 comments on commit f7b1c2e

Please sign in to comment.