aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/Test sim/objects/test.lsl
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/Test sim/objects/test.lsl')
-rw-r--r--LuaSL/Test sim/objects/test.lsl14
1 files changed, 0 insertions, 14 deletions
diff --git a/LuaSL/Test sim/objects/test.lsl b/LuaSL/Test sim/objects/test.lsl
deleted file mode 100644
index 6e1d915..0000000
--- a/LuaSL/Test sim/objects/test.lsl
+++ /dev/null
@@ -1,14 +0,0 @@
1
2default
3{
4 state_entry()
5 {
6 llSay(0, /* */ 4 /* c */ + /* c0 */ 2 /* c1 */ * /* c2 */ 10 /* c3 */ + /* c4 */
7 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */) ; /* cE */
8 // Some more arithmetic -
9 llSay(0, 1+1);
10 llSay(0, 20.5 + 20 + 1.5);
11 }
12}
13
14// This is the end my friend. \ No newline at end of file