Talk:Linden Scripting Language: Difference between revisions

Content deleted Content added
added Linden Scripting Language to Application-specific languages at Scripting language
Line 35:
 
Although low knowledge + high boldness is a common recipe for disaster on Wikipedia, I've ignorantly + [[WP:BOLD|boldly]] added [[Linden Scripting Language]] to the list of Application-specific languages at [[Scripting language]]. If this is a problem, somebody please fix it. Thanks. -- [[User:Writtenonsand|Writtenonsand]] ([[User talk:Writtenonsand|talk]]) 04:00, 12 December 2007 (UTC)
 
== That's not the hello world program. ==
 
default { state_entry() { llSay(0, "Hello, World"); } } is the Hello World for LSL. The touch event is simply there by default.