View Single Post
02-02-10, 04:19 PM   #1838
Bruners
A Flamescale Wyrmkin
 
Bruners's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 125
Originally Posted by Saiorse View Post
So putting a -- before a code is as good as disabling it?
Originally Posted by haylie View Post
Yep. Example:

Code:
-- Random
-- code
-- here
Or you could also do:

Code:
-- [[ Random
       code
       here
]]
for a bigger chunk of code.
Also putting in a comment to why you have decided to comment out said code is a good habbit.


Code:
--[[ XXXX Removing for now as it doesn't work properly
random
code
here*]]--