Shell one-liner: Difference between revisions

Add lang example
m (syntax highlighting fixup automation)
(Add lang example)
Line 448:
Hello Kotlin!
</pre>
 
=={{header|Lang}}==
This is an example for the Standard Lang implementation of lang.
<syntaxhighlight lang="lang">
$ lang -e "fn.println(Hello World)"
</syntaxhighlight>
 
=={{header|Lasso}}==
168

edits