diff options
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 | ||