From 0e87ee7a5e36799b0693cca3283e9464340b14b9 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 27 May 2014 05:33:43 +1000 Subject: Last part of switching the sim over to the new specs. --- media/Test%20sim/test/test.lsl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 media/Test%20sim/test/test.lsl (limited to 'media/Test%20sim/test') 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 @@ + +default +{ + state_entry() + { + llSay(0, /* */ 4 /* c */ + /* c0 */ 2 /* c1 */ * /* c2 */ 10 /* c3 */ + /* c4 */ + 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */) ; /* cE */ + // Some more arithmetic - + llSay(0, 1+1); + llSay(0, 20.5 + 20 + 1.5); + } +} + +// This is the end my friend. \ No newline at end of file -- cgit v1.1