aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/test.lsl
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-13 10:18:06 +1000
committerDavid Walter Seikel2012-01-13 10:18:06 +1000
commit23b491733ab314bd9769ce9e9f2a4f375cb46fae (patch)
tree98b5a75f68bad06cbc637f17dab07c0ea9feb2aa /LuaSL/test.lsl
parentBig comment about type casting and the various operations an types. (diff)
downloadSledjHamr-23b491733ab314bd9769ce9e9f2a4f375cb46fae.zip
SledjHamr-23b491733ab314bd9769ce9e9f2a4f375cb46fae.tar.gz
SledjHamr-23b491733ab314bd9769ce9e9f2a4f375cb46fae.tar.bz2
SledjHamr-23b491733ab314bd9769ce9e9f2a4f375cb46fae.tar.xz
Generic type handling, and add the float type.
Diffstat (limited to '')
-rw-r--r--LuaSL/test.lsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/test.lsl b/LuaSL/test.lsl
index 022163a..56864d3 100644
--- a/LuaSL/test.lsl
+++ b/LuaSL/test.lsl
@@ -2,5 +2,5 @@
2 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */ ; /* cE */ 2 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */ ; /* cE */
3// Some more arithmetic - 3// Some more arithmetic -
41+1; 41+1;
5 520.5 + 20 + 1.5;
6// This is the end my friend. \ No newline at end of file 6// This is the end my friend. \ No newline at end of file