Added Lassoscript
Fixes: #651 Co-Authored-By: Andrew Hoyer <andrewhoyer@gmail.com>
This commit is contained in:
@@ -339,6 +339,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
|||||||
* [Kotlin](k/kotlin.kt)
|
* [Kotlin](k/kotlin.kt)
|
||||||
* [Ksh](k/ksh.ksh)
|
* [Ksh](k/ksh.ksh)
|
||||||
* [Labyrinth](l/labyrinth.labyrinth)
|
* [Labyrinth](l/labyrinth.labyrinth)
|
||||||
|
* [Lassoscript](l/lassoscript.lasso)
|
||||||
* [Latex](l/LaTeX.tex)
|
* [Latex](l/LaTeX.tex)
|
||||||
* [Lazyk](l/LazyK.lazy)
|
* [Lazyk](l/LazyK.lazy)
|
||||||
* [Lcoffee](l/lcoffee.lcoff)
|
* [Lcoffee](l/lcoffee.lcoff)
|
||||||
|
|||||||
4
l/lassoscript.lasso
Normal file
4
l/lassoscript.lasso
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?LassoScript
|
||||||
|
Variable: 'ScreenText' = 'Hello World';
|
||||||
|
$ScreenText;
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user