Click or drag to resize

PrtMachinePrtPushFunStackFrame Method (PrtFun, ListPrtValue, Int32)

[Missing <summary> documentation for "M:P.Runtime.PrtMachine.PrtPushFunStackFrame(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue},System.Int32)"]

Namespace:  P.Runtime
Assembly:  Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void PrtPushFunStackFrame(
	PrtFun fun,
	List<PrtValue> locals,
	int retTo
)

Parameters

fun
Type: P.RuntimePrtFun

[Missing <param name="fun"/> documentation for "M:P.Runtime.PrtMachine.PrtPushFunStackFrame(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue},System.Int32)"]

locals
Type: System.Collections.GenericListPrtValue

[Missing <param name="locals"/> documentation for "M:P.Runtime.PrtMachine.PrtPushFunStackFrame(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue},System.Int32)"]

retTo
Type: SystemInt32

[Missing <param name="retTo"/> documentation for "M:P.Runtime.PrtMachine.PrtPushFunStackFrame(P.Runtime.PrtFun,System.Collections.Generic.List{P.Runtime.PrtValue},System.Int32)"]

See Also