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

7 lines
146 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> foo := 25:
> nops([anames](integer));
4
> eval(`+`(anames(integer)));
42