RosettaCodeData/Task/Introspection/Logo/introspection.logo

7 lines
173 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
show logoversion ; 5.6
if logoversion < 6.0 [print [too old!]]
if and [name? "a] [number? :a] [
print ifelse procedure? "abs [abs :a] [ifelse :a < 0 [minus :a] [:a]]
]