summaryrefslogtreecommitdiffstats
path: root/4
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-18 15:03:31 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-18 15:03:31 +0800
commita7dc7475b5b2ef5e4e4cd547581ccb11a13f6a95 (patch)
tree7966d759a3554731df78902807a591e0f1b305d4 /4
parentdae217441900d5e4960496f28804beb583fc1b1b (diff)
downloadk&r-exercises-a7dc7475b5b2ef5e4e4cd547581ccb11a13f6a95.tar.gz
4.10
Diffstat (limited to '4')
-rw-r--r--4/10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/4/10.c b/4/10.c
index 769e606..f4946ce 100644
--- a/4/10.c
+++ b/4/10.c
@@ -30,7 +30,7 @@ int getop(char[]);
- mathematical functions: sin, cos, tan, exp, pow.
- custom functions: swp (swap top 2 values), dup (duplicate last value),
top (peek at the stack top), cls (clear stack).
- - operators: +, -, *, /, % and =
+ - operators: +, -, *, /, % and =.
- press enter to print the value at the top of the stack.
*/
int main(int argc, char *argv[]) {