Flisl LanguageFLISL is short for Forth Like Interpreted Scripting Language, it is meant for embedding into other programs.
It is a bit different than Forth. It is simpler, so it doesn't have as many commands, but you can add some in whatever program it is being embedded in.
A few of the features are:
1 1 [ SWAP OVER + DUP OUTPUT ]LOOPWith abbreviations, it is:
1 1 [ S; O; + D; OUTPUT ]LOOP
EditText of this page
(last edited July 29, 2008)
or FindPage with title or text search