more work on if statements
This commit is contained in:
parent
c122e535c1
commit
f22a072ff2
1 changed files with 2 additions and 0 deletions
|
|
@ -283,6 +283,8 @@ class BuiltInFunction(Function, BuiltInFunctionType):
|
|||
custom_functions=custom_functions,
|
||||
)
|
||||
|
||||
# TODO: Make conditionals not execute all branches!!!
|
||||
|
||||
try:
|
||||
return self.callable(*resolved_arguments)
|
||||
except (UserThrownRuntimeError, RuntimeException):
|
||||
|
|
|
|||
Loading…
Reference in a new issue