Shell one-liner: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
(Add lang example)
Line 448: Line 448:
Hello Kotlin!
Hello Kotlin!
</pre>
</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}}==
=={{header|Lasso}}==