RosettaCodeData/Task/Introspection/Mathematica/introspection-2.math

3 lines
176 B
Plaintext

globalintegers = Symbol /@ Select[Names["Global`*"], IntegerQ[Symbol[#]] &];
Print [ globalintegers //Length, " global integer(s) and their sum is: ", globalintegers // Total]