Difference between revisions of "Miscellaneous ASH Features"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
imported>StDoodle
m
Line 12: Line 12:
  
 
For help when things go wrong, please see the page on [[ASH Errors]].
 
For help when things go wrong, please see the page on [[ASH Errors]].
 +
 +
==A little CLI help==
 +
 +
Two CLI commands are of great use to ASH scripters:
 +
* [[ashref]] allows one to get a list of ASH functions
 +
* [[ash (CLI)|ash]] or [[ash (CLI)|ashq]] allows one to run ASH directly on the CLI.

Revision as of 12:10, 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

For help when things go wrong, please see the page on ASH Errors.

A little CLI help

Two CLI commands are of great use to ASH scripters:

  • ashref allows one to get a list of ASH functions
  • ash or ashq allows one to run ASH directly on the CLI.