m3front/src/stmts/IfStmt.i3


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

File: IfStmt.i3 Last modified On Fri Jun 24 09:21:30 PDT 1994 By kalsow

INTERFACE IfStmt;

IMPORT Stmt;

PROCEDURE Parse (): Stmt.T;

END IfStmt.