Methods

ipΒΆ

ip(c:Closure)

Get closure code instruction pointer.

Returns

Int

Example

f=F(x) x+1; f.ip()  # 116506