Thread Tools Display Modes
06-25-13, 06:38 AM   #1
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar
Join Date: Mar 2009
Posts: 22
Learn Lua in 15 minutes (more or less)

Saw this neat little walkthrough of Lua over at Hacker News and thought it might be interesting for the WoWI community as well:

http://tylerneylon.com/a/learn-lua/
  Reply With Quote
06-25-13, 11:47 AM   #2
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 793
It's nice for those that know a bit of programming, covers the basic syntax and functionality.

Oh you can also nest [[]] like [=[]=] or [==[]==] so for example:

Code:
local str = [[
An inception of [=[
[==[With more tags here!]==]
]=]
]]
Not that they need this, only makes it confusing.
__________________
Profile: Curse | Wowhead
  Reply With Quote

WoWInterface » Developer Discussions » Tutorials & Other Helpful Info. » Learn Lua in 15 minutes (more or less)

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off