diff --git a/YesNt.Interpreter/Runtime/RuntimeInformation.cs b/YesNt.Interpreter/Runtime/RuntimeInformation.cs index 0eb4676..719e010 100644 --- a/YesNt.Interpreter/Runtime/RuntimeInformation.cs +++ b/YesNt.Interpreter/Runtime/RuntimeInformation.cs @@ -153,6 +153,8 @@ internal sealed class RuntimeInformation Labels.Clear(); Functions.Clear(); FunctionCallStack.Clear(); + InParametersStack.Clear(); + OutParametersStack.Clear(); ParentRuntimeInformation = null; SearchLabel = string.Empty; SearchFunction = string.Empty;