NAME
Erlang::Parser::Node::IfExpr - a case in an if statement
DESCRIPTION
A block of statements; a glorified parenthesis.
Accessors
seq- 
The guard sequence; a list of Erlang::Parser::Nodes.
 exprs- 
The body of Erlang::Parser::Nodes to be executed if
seqevalutes true. 
Methods
print- 
Pretty-prints the node to its filehandle argument.
 
EXAMPLE
X>Y ->
	true