mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
cbb0862d7a
commit
76007fe61a
1 changed files with 3 additions and 1 deletions
|
@ -5,5 +5,7 @@ FCL is the programming language of an Android app called Forth Calculator. It is
|
|||
|
||||
```forth
|
||||
: fib ( n1 n2 -- n1 n2 n3 ) 2dup + ;
|
||||
: nfib ( n -- .. ) -> n 0 1 n { fib } times ;
|
||||
|
||||
: nfib ( n -- .. ) -> n
|
||||
0 1 n { fib } times ;
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue