diff options
author | David Walter Seikel | 2012-01-22 09:52:48 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-22 09:52:48 +1000 |
commit | cc667bf0af532d36cf0a0d877536200721b7b681 (patch) | |
tree | fec9476a969e636ee104cd390cf97aa78bab5e35 /LuaSL/test.lsl | |
parent | Patch up a few expression things so that all the MLP scripts parse. (diff) | |
download | SledjHamr-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.lsl')
-rw-r--r-- | LuaSL/test.lsl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/LuaSL/test.lsl b/LuaSL/test.lsl deleted file mode 100644 index 56864d3..0000000 --- a/LuaSL/test.lsl +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
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 - | ||
4 | 1+1; | ||
5 | 20.5 + 20 + 1.5; | ||
6 | // This is the end my friend. \ No newline at end of file | ||