X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=examples%2Ftest.spl;h=85acc01047b51343f6d7fe31d668bb7d6b4c96eb;hb=e33962666f8af6a34432d57180eb322f4543eb78;hp=199cb26b323fbb1097dd053ea6b320ebb0aa5044;hpb=0a75e19cdae3c9fa329cc8c18f8284419a62432b;p=cc1516.git diff --git a/examples/test.spl b/examples/test.spl index 199cb26..85acc01 100644 --- a/examples/test.spl +++ b/examples/test.spl @@ -1,7 +1,3 @@ -test() { - var x = 5; - var y = 6; - x = x + y; - return y; +main(){ + var a = "hello world"; } -main() {return;} \ No newline at end of file