mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-10 07:56:08 +02:00
Code cleanup
This commit is contained in:
@@ -25,4 +25,4 @@ internal class FunctionScope(int callerLine, Stack<string> arguments)
|
||||
|
||||
/// <summary>Gets the stack of output values pushed via <c>push_out</c>, consumed by the caller via <c>%out</c>.</summary>
|
||||
public Stack<string> Results { get; } = new();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user