RosettaCodeData/Task/Introspection/Maple/introspection-6.maple
2023-07-01 13:44:08 -04:00

6 lines
146 B
Text

> foo := 25:
> nops([anames](integer));
4
> eval(`+`(anames(integer)));
42