aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/Test sim
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-22 09:52:48 +1000
committerDavid Walter Seikel2012-01-22 09:52:48 +1000
commitcc667bf0af532d36cf0a0d877536200721b7b681 (patch)
treefec9476a969e636ee104cd390cf97aa78bab5e35 /LuaSL/Test sim
parentPatch up a few expression things so that all the MLP scripts parse. (diff)
downloadSledjHamr-cc667bf0af532d36cf0a0d877536200721b7b681.zip
SledjHamr-cc667bf0af532d36cf0a0d877536200721b7b681.tar.gz
SledjHamr-cc667bf0af532d36cf0a0d877536200721b7b681.tar.bz2
SledjHamr-cc667bf0af532d36cf0a0d877536200721b7b681.tar.xz
Move the test script into the directory where the other tests are, so it's no longer a special case. Clean up after that.
Diffstat (limited to 'LuaSL/Test sim')
-rw-r--r--LuaSL/Test sim/objects/test.lsl6
1 files changed, 6 insertions, 0 deletions
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 @@
1/* */ 4 /* c */ + /* c0 */ 2 /* c1 */ * /* c2 */ 10 /* c3 */ + /* c4 */
2 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */ ; /* cE */
3// Some more arithmetic -
41+1;
520.5 + 20 + 1.5;
6// This is the end my friend. \ No newline at end of file