update example
This commit is contained in:
parent
786d85463a
commit
90009d760d
1 changed files with 6 additions and 1 deletions
|
@ -1,2 +1,7 @@
|
|||
(print_str "hello world")
|
||||
(print_num (add 5 (divide 100 5)))
|
||||
|
||||
(print_num (add 10 20))
|
||||
|
||||
(printf "5 + (100 / 5) = %d\n"
|
||||
(add 5
|
||||
(divide 100 5)))
|
Loading…
Add table
Reference in a new issue