From a7dc7475b5b2ef5e4e4cd547581ccb11a13f6a95 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 18 Dec 2021 15:03:31 +0800 Subject: 4.10 --- 4/10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) { -- cgit v1.2.3