home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / LIB / TEST.LF < prev    next >
Text File  |  1996-06-04  |  385b  |  35 lines

  1. %    $Id: test.lf,v 1.2 1994/12/09 00:25:49 duchier Exp $    
  2.  
  3. %% trace ?
  4. %%%token :-
  5. %%%    (
  6. %%%        a,!,
  7. %%%            b,    
  8. %%%        cond(  
  9. %%%                c,
  10. %%%            d,
  11. %%%            (e,f)
  12. %%%        )
  13. %%%    ;
  14. %%%        g,!,
  15. %%%        h,
  16. %%%        i
  17. %%%    ;
  18. %%%        cond(   j,
  19. %%%                ( 
  20. %%%            k,
  21. %%%            l
  22. %%%            ),
  23. %%%            m
  24. %%%        )
  25. %%%    ).
  26.  
  27. token :-
  28.     cond(  
  29.         c,
  30.         d,
  31.         (e,f)
  32.         ).
  33.  
  34. %% trace ?
  35.