home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / lsEstuff / blaha.e < prev    next >
Encoding:
Text File  |  1999-09-10  |  350 b   |  12 lines

  1.  
  2. PROC main()
  3.    wakeUp({little_thread}, 'little thread')
  4.    WriteF(' little thread is playing in the garden!\n')
  5. ENDPROC
  6.  
  7. PROC little_thread(mama) -> we keep mama with us a while
  8.   ->do initiations...    -> mama is kept on hold ..
  9.   imReady(mama)      -> let mama go do better things..
  10.   ->rest of program.. -> concour the world on our own..
  11. ENDPROC
  12.