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>
(No difference)

Revision as of 21:33, 6 May 2009

Here's another valid LSL script. <lsl> // This is a valid, but horribly written, script default{state entry(){}} </lsl>