From ff5b1c802a26789ff769521262db79854b24939b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 10 Jan 2012 01:43:10 +1000 Subject: Almost got white space and comments working. Still a bug left somewhere, I think it's in operations ordering. --- LuaSL/test.lsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LuaSL/test.lsl') diff --git a/LuaSL/test.lsl b/LuaSL/test.lsl index ddfa533..40d98b3 100644 --- a/LuaSL/test.lsl +++ b/LuaSL/test.lsl @@ -1,2 +1,3 @@ -4 + 2 * 10 + 3 * (5 + 1); +4 + /* c0 */ 2 /* c1 */ * /* c2 */ 10 /* c3 */ + /* c4 */ + 3 /* c5 */ * /* c6 */ (5 /* c7 */ + /* c8 */ 1); -- cgit v1.1