
theorem Th25:
 for I being really-closed MacroInstruction of SCM+FSA,
     k being Nat st k <= card I
  holds Goto k ";" I is really-closed
proof let I be really-closed MacroInstruction of SCM+FSA, k being Nat;
  Goto k ";" I = Macro(goto k) ';' I by SCMFSA8A:43;
 hence thesis by Th24;
end;
