From 89e6a64c1d8ca3321f43b602d56ff188489023ad Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Wed, 30 Jun 2021 09:41:56 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9a16915..a4ff8c0 100644 --- a/README.md +++ b/README.md @@ -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. +Watch this [demo](https://www.youtube.com/watch?v=9rf8Y_lwj3g) to see it in action. + + ```forth \ calculates the first n+2 elements of the fibonacci sequence : fib ( n -- n* ) -> n ( local variable )