Code:
alias acc_ {
  if ($1 = -a) {
    access $2 add $$?="What level? Owner,Host,Voice,Grant" $$?="What Address?" $$?="For how long?" $$?="Comment"
  }
}


For some reason this first asks you to enter the comment, then it asks for level and so on. If I put evaluation brackets around the first question "What Level?", it asks me that first but then asks me for the comment, then asks me for the rest.

What the deuce? I don't think I should have evaluation brackets to force it to evaluate left to right ...

Any ideas? This is acting kind of strange.