| 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 edit
Code Example edit
{$if [$== 4 3] {
{$stdout writeln a}
} {
{$stdout writeln b}
}}

