Module liva_parser::statement::declaration::if_statement[][src]

Expand description

Conditional code execution though If statements

if x < 3 do
    // Code to execute if x less than 3
else
    // Code to execute if x greate or equal 3
end

Structs

Struct to represent a If-Block

Functions

Parses the input into a If struct