Update README.md

This commit is contained in:
Attila Magyar 2021-06-30 09:41:56 +02:00 committed by GitHub
parent 2fc797289a
commit 89e6a64c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 )