#!vsl

// $Id: lattice,v 1.1 2000/06/09 09:27:35 andreas Exp $ 
// Symbol tester

#include <symbols.vsl>

lattice_main(_...) -> "top: " & top() & ", bot: " & bot() |
bot() & cap() & top() & " = " & bot() & cup() & bot() & " = " & bot();
