Fuzionx commented on a Page, For Loop  -  Oct 27, 2011

If you want an error message then you should use this:

alias for {
  var %n = $1
  if (%n isnum) {
    while (%n != 0) {
      $2-
      dec %n
    }
  }
  else {
    echo 4 -as Error in For Loop
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.