From cc667bf0af532d36cf0a0d877536200721b7b681 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Jan 2012 09:52:48 +1000 Subject: Move the test script into the directory where the other tests are, so it's no longer a special case. Clean up after that. --- LuaSL/Test sim/objects/test.lsl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 LuaSL/Test sim/objects/test.lsl (limited to 'LuaSL/Test sim') diff --git a/LuaSL/Test sim/objects/test.lsl b/LuaSL/Test sim/objects/test.lsl new file mode 100644 index 0000000..56864d3 --- /dev/null +++ b/LuaSL/Test sim/objects/test.lsl @@ -0,0 +1,6 @@ +/* */ 4 /* c */ + /* c0 */ 2 /* c1 */ * /* c2 */ 10 /* c3 */ + /* c4 */ + 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */ ; /* cE */ +// Some more arithmetic - +1+1; +20.5 + 20 + 1.5; +// This is the end my friend. \ No newline at end of file -- cgit v1.1