Home
last modified time | relevance | path

Searched defs:f_die (Results 1 – 3 of 3) sorted by relevance

/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Go/
H A DRuntime.go505 func f_die(v Capture) *Any { panic(tostr(v.p[0])) } func
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Dlib.c368 static naRef f_die(naContext c, naRef me, int argc, naRef* args) in f_die() function
/dports/lang/p5-v6/v6-0.047/lib/Perlito6/Python/
H A DRuntime.py61 def f_die(*msg): function