From: Mart Lubbers Date: Fri, 20 May 2016 19:06:59 +0000 (+0200) Subject: test" X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=758806a0f1383ef5ee80c125321236efd256200c;p=cc1516.git test" git" git --- diff --git a/examples/test.spl b/examples/test.spl index 2a2235b..2428d67 100644 --- a/examples/test.spl +++ b/examples/test.spl @@ -1,4 +1,4 @@ main(){ - var b = '\t'; -var a = "hello \t\"world"; + var b = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; + return; }