m3front/src/stmts/EvalStmt.i3


 Copyright (C) 1992, Digital Equipment Corporation           
 All rights reserved.                                        
 See the file COPYRIGHT for a full description.              

File: EvalStmt.i3 Last Modified On Fri Jun 24 09:21:00 PDT 1994 By kalsow

INTERFACE EvalStmt;

IMPORT Stmt;

PROCEDURE Parse (): Stmt.T;

END EvalStmt.