init
This commit is contained in:
commit
1f0a783560
9 changed files with 1045 additions and 0 deletions
9
Example.feng
Normal file
9
Example.feng
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
how-to mult:
|
||||
requires a number n and a number m
|
||||
resoult is a number
|
||||
1) if m and 0 are equal resoult is 0
|
||||
2) if m and 1 are equal resoult is n
|
||||
3) sub m and 1
|
||||
4) repeat from the start with n and it
|
||||
5) add n and it // it = resoult of preceding operation
|
||||
6) resoult is it
|
||||
Loading…
Add table
Add a link
Reference in a new issue