aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/media/Test%20sim/test/test.lsl
diff options
context:
space:
mode:
Diffstat (limited to 'media/Test%20sim/test/test.lsl')
-rw-r--r--media/Test%20sim/test/test.lsl14
1 files changed, 14 insertions, 0 deletions
diff --git a/media/Test%20sim/test/test.lsl b/media/Test%20sim/test/test.lsl
new file mode 100644
index 0000000..6e1d915
--- /dev/null
+++ b/media/Test%20sim/test/test.lsl
@@ -0,0 +1,14 @@
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