From 23b491733ab314bd9769ce9e9f2a4f375cb46fae Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 13 Jan 2012 10:18:06 +1000 Subject: Generic type handling, and add the float type. --- LuaSL/test.lsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/test.lsl') 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 @@ 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */ ; /* cE */ // Some more arithmetic - 1+1; - +20.5 + 20 + 1.5; // This is the end my friend. \ No newline at end of file -- cgit v1.1