Added Lassoscript

Fixes: #651
Co-Authored-By: Andrew Hoyer <andrewhoyer@gmail.com>
This commit is contained in:
Richie Bendall
2020-04-01 05:23:10 +13:00
parent 71c8ccd873
commit 2e28b1def9
2 changed files with 5 additions and 0 deletions

4
l/lassoscript.lasso Normal file
View File

@@ -0,0 +1,4 @@
<?LassoScript
Variable: 'ScreenText' = 'Hello World';
$ScreenText;
?>