fn interp_sys_nframe(
_positional: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Get the number of frames on the call stack.
@return integer giving the current stack depth