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
2fc797289a
commit
89e6a64c1d
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
FCL is the programming language of an Android app called Forth Calculator. It is a Forth dialect with optional local variables, complex data structures, quotations and Java interoperability.
|
FCL is the programming language of an Android app called Forth Calculator. It is a Forth dialect with optional local variables, complex data structures, quotations and Java interoperability.
|
||||||
|
|
||||||
|
Watch this [demo](https://www.youtube.com/watch?v=9rf8Y_lwj3g) to see it in action.
|
||||||
|
|
||||||
|
|
||||||
```forth
|
```forth
|
||||||
\ calculates the first n+2 elements of the fibonacci sequence
|
\ calculates the first n+2 elements of the fibonacci sequence
|
||||||
: fib ( n -- n* ) -> n ( local variable )
|
: fib ( n -- n* ) -> n ( local variable )
|
||||||
|
|
Loading…
Reference in a new issue