Difference between revisions of "Miscellaneous ASH Features"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
imported>StDoodle
Line 7: Line 7:
 
==Comments==
 
==Comments==
  
Adding [[Comments]] to your code can make it much easier to maintain, and helps other users understand what's going on.
+
Adding '''[[Comments]]''' to your code can make it much easier to maintain, and helps other users understand what's going on.
  
 
==Errors==
 
==Errors==
  
 
We should provide page(s) for common errors (such as "function undefined" -> upgrade and / or check dependencies).
 
We should provide page(s) for common errors (such as "function undefined" -> upgrade and / or check dependencies).

Revision as of 09:07, 13 April 2010

Special Syntax Functions

notify

import

Comments

Adding Comments to your code can make it much easier to maintain, and helps other users understand what's going on.

Errors

We should provide page(s) for common errors (such as "function undefined" -> upgrade and / or check dependencies).