Difference between revisions of "Miscellaneous ASH Features"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m (Replaced content with 'Placeholder notify import')
imported>StDoodle
Line 1: Line 1:
Placeholder
+
==Special Syntax Functions==
  
[[notify]]
+
'''[[notify]]'''
  
[[import]]
+
'''[[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).

Revision as of 08:58, 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).