diff options
Diffstat (limited to 'LuaSL/Test sim')
-rw-r--r-- | LuaSL/Test sim/objects/test.lsl | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/LuaSL/Test sim/objects/test.lsl b/LuaSL/Test sim/objects/test.lsl index 56864d3..6e1d915 100644 --- a/LuaSL/Test sim/objects/test.lsl +++ b/LuaSL/Test sim/objects/test.lsl | |||
@@ -1,6 +1,14 @@ | |||
1 | /* */ 4 /* c */ + /* c0 */ 2 /* c1 */ * /* c2 */ 10 /* c3 */ + /* c4 */ | 1 | |
2 | 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */ ; /* cE */ | 2 | default |
3 | // Some more arithmetic - | 3 | { |
4 | 1+1; | 4 | state_entry() |
5 | 20.5 + 20 + 1.5; | 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 | |||
6 | // This is the end my friend. \ No newline at end of file | 14 | // This is the end my friend. \ No newline at end of file |