nitc :: StaticFrame :: selfvar
REQUIRE: arguments.length >= 1
# Returns the first argument (the receiver) of a frame. # REQUIRE: arguments.length >= 1 fun selfvar: RuntimeVariable do assert arguments.length >= 1 return arguments.first end