Source
Latest Release: Erlang-Parser-0.5.1
Erlang::Parser::Node::If - an 'if' statement
A list of guards and statement blocks to execute if one is true.
cases
-
A list of Erlang::Parser::Node::IfExprs.
print
-
Pretty-prints the node to its filehandle argument.
if
X>Y ->
true;
true ->
false
end
syntax highlighting: