Implement if_else
This commit is contained in:
parent
f0c759d92a
commit
c698c847c7
@ -102,10 +102,12 @@ impl Macro for IfElse {
|
||||
ValueType::List(vec![
|
||||
ValueType::Boolean,
|
||||
ValueType::Any,
|
||||
ValueType::Any,
|
||||
]),
|
||||
ValueType::List(vec![
|
||||
ValueType::Function,
|
||||
ValueType::Any,
|
||||
ValueType::Any,
|
||||
])],
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user