sfor:
description:
sfor( var|x> in sequence):
statements ...
end:
for each superposition in sequence, set var|x> to that superposition
and then compile and run the given statements
examples:
see also:
for, while, op-for, op-sfor, test-for.sw3
Home