Measures Concepts
GitHub icon

FCL

FCL - Programming language

< >

FCL, aka Flow chart language, is a programming language created in 1989.

#1956on PLDB 35Years Old


Example from the web:
(n) (init) init: x1 = 1 x2 = 1 fib: x1 = x1 + x2 t = x1 x1 = x2 x2 = t n = -(n 1) if >(n 2) then fib else exit exit: return x2

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout