aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/test.lsl
blob: 022163a1cdd36542b5a740ca3648f08dcb9935bd (plain)
1
2
3
4
5
6
/* */ 4 /* c */ + /* c0 */ 2 /* c1 */ * /* c2 */ 10 /* c3 */ + /* c4 */
 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */ ; /* cE */
// Some more arithmetic -
1+1;

// This is the end my friend.