Version 1 of b6b

Updated 2018-03-12 16:32:47 by dbohdan
What b6b
Where https://github.com/dimkr/b6b
Description A scripting language inspired by Tcl, Python, Lisp, and shell.
License Apache 2.0
Updated 2018-02

See also

Code Example

{$if [$== 4 3] {
        {$stdout writeln a}
} {
        {$stdout writeln b}
}}

Discussion