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

4 lines
181 B
Plaintext

> if type( bloop, complex( extended_numeric ) ) and type( abs, mathfunc ) then print( abs( bloop ) ) end:
1/2
13