Added cons.
[mozart2.git] / simpleVar.hh
blobb30cef3387cc284419fed244d5aff2d42e639701
1 extern const VTable simpleVarVT;
2 void mkSimpleVar(VM&, Node &target){
3 target.vt=&simpleVarVT;