RosettaCodeData/Task/Introspection/Factor/introspection-2.factor

6 lines
105 B
Factor
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
"bloop" search [
get [
"abs" search [ execute( n -- n' ) ] when*
] [ 0 ] if*
] [ 0 ] if*