Function callisp::special_forms::lisp_if

source ·
pub fn lisp_if(args: Vec<Ast>, env: &mut Environment) -> Result<Ast, LispError>
Expand description

If statement.