home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / debugger / ddd-1.000 / ddd-1 / ddd-1.4b / vsllib / DEMOS / lattice < prev    next >
Encoding:
Text File  |  1995-05-01  |  405 b   |  18 lines

  1. #!vsl
  2.  
  3. // $Id: lattice,v 1.1.1.1 1995/05/01 15:48:48 zeller Exp $ 
  4. // Symbol tester
  5.  
  6. // $Log: lattice,v $
  7. # Revision 1.1.1.1  1995/05/01  15:48:48  zeller
  8. # DDD 0.9 distribution
  9. #
  10. // Revision 1.1  1993/10/07  11:43:21  zeller
  11. // Initial revision
  12. //
  13.  
  14. #include <symbols.vsl>
  15.  
  16. lattice_main(_...) -> "top: " & top() & ", bot: " & bot() |
  17. bot() & cap() & top() & " = " & bot() & cup() & bot() & " = " & bot();
  18.