diff --git a/ssc/context.cs b/ssc/context.cs index dbd426d..85cd779 100644 --- a/ssc/context.cs +++ b/ssc/context.cs @@ -80,7 +80,7 @@ namespace arookas { if (symbol != null) { return symbol; } - throw new sunUndefinedFunctionException(node); + return null; } public sunCallableSymbol MustResolveCallable(sunFunctionCall node) { var symbol = ResolveCallable(node);