Help for this page

Select Code to Download


  1. or download this
    if (@foo) { ... there's something in @foo .. }
    
  2. or download this
    while (@todo) { ... do something while there's somethign to do ... }