RosettaCodeData/Task/Introspection/Maple/introspection-3.maple

4 lines
181 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> if type( bloop, complex( extended_numeric ) ) and type( abs, mathfunc ) then print( abs( bloop ) ) end:
1/2
13