~pac72/ubuntu/lucid/ddd/devel

« back to all changes in this revision

Viewing changes to vsllib/DEMOS/lattice

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2004-07-22 03:49:37 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040722034937-cysl08t1jvba4jrx
Tags: 1:3.3.9-3
USERINFO has been renamed to USERINFO.txt; adjust debian/rules code
to match, to get correct information on the About DDD dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!vsl
2
 
 
3
 
// $Id: lattice,v 1.1 2000/06/09 09:27:35 andreas Exp $ 
4
 
// Symbol tester
5
 
 
6
 
#include <symbols.vsl>
7
 
 
8
 
lattice_main(_...) -> "top: " & top() & ", bot: " & bot() |
9
 
bot() & cap() & top() & " = " & bot() & cup() & bot() & " = " & bot();