m3front/src/stmts/WhileStmt.i3


Copyright (C) 1994, Digital Equipment Corp.
File: WhileStmt.i3 Last Modified On Fri Jun 24 09:22:43 PDT 1994 By kalsow

INTERFACE WhileStmt;

IMPORT Stmt;

PROCEDURE Parse (): Stmt.T;

END WhileStmt.