GitHub_collection_hello-world/l/lassoscript.lasso
Richie Bendall 2e28b1def9 Added Lassoscript
Fixes: #651
Co-Authored-By: Andrew Hoyer <andrewhoyer@gmail.com>
2020-04-01 05:23:10 +13:00

5 lines
72 B
Plaintext

<?LassoScript
Variable: 'ScreenText' = 'Hello World';
$ScreenText;
?>