Skip to content

Natural Numbers

King edited this page Apr 11, 2023 · 1 revision

Natural Numbers are mainly used for "get argument" and "recursion".

Self made natural numbers

We can define natural numbers by "0"=0, "SX"=x+1. But it is not intuitive and easy to use.

argv is a macro that can be used to get the argument number and argument list.

Clone this wiki locally