RosettaCodeData/Task/Introspection/E/introspection-2.e
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
153 B
Text

escape fail {
def &x := meta.getState().fetch("&bloop", fn { fail("no bloop") })
if (!x.__respondsTo("abs", 0)) { fail("no abs") }
x.abs()
}