LSL 101/Comments, White-space and Formatting: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
New page: Here's another valid LSL script. <lsl> // This is a valid, but horribly written, script default{state entry(){}} </lsl>
 
Strife Onizuka (talk | contribs)
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>