Introspection: Difference between revisions

Content added Content deleted
m (added a Task (bold) header.)
Line 625: Line 625:
# Sum of integer variables
# Sum of integer variables
GlobalIntegers := function()
GlobalIntegers := function()
local s, x;
local s, x, name;
s := 0;
s := 0;
for name in SortedList(NamesGVars()) do
for name in SortedList(NamesGVars()) do