/* script0.aml /* demonstration of an AML script /* Ralph Haugerud, 9 January 2003 &watch me count from 5 to 9 &d0 n = 5 &to 9 &return /* Note the following: /* USE COMMENTS! If used judiciously, they make /* your script easier to understand and re-use later. /* There are too many comments in this script. /* /* Scripts end with &return. Many will run as expected /* without &return, but some won't. /* /* Blank lines are OK. They don't do anything, though /* will occasionally trigger an 'Unrecognized command' /* message.