LSL 101/Comments, White-space and Formatting: Difference between revisions
< LSL 101
New page: Here's another valid LSL script. <lsl> // This is a valid, but horribly written, script default{state entry(){}} </lsl> |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:LSL 101]] | |||
Here's another valid LSL script. | Here's another valid LSL script. | ||
<lsl> | <lsl> |
Revision as of 03:58, 7 May 2009
Here's another valid LSL script. <lsl> // This is a valid, but horribly written, script default{state entry(){}} </lsl>