home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 100-199 / ff146.lzh / DmeMacros / C / for.edrc < prev    next >
Text File  |  1988-05-28  |  358b  |  19 lines

  1. repeat 4 insline `+'  up  firstnb
  2.  
  3. if c>32 `if c<>123 `down insline'' down
  4.  
  5. repeat 4 down firstnb
  6.  
  7. if c>32 insline
  8.  
  9. repeat 4 up   firstnb del
  10.  
  11.  
  12. `for ()'        firstnb down
  13. `{'             firstnb down down
  14. `} /* for + */' findstr `)' prev
  15.  
  16. escimm (`)    findstr `(' prev right while c<=32 right    scanf %[~;~,] down    findr `+' $scanf    firstnb up tab
  17.  
  18.  
  19.