6 lines
97 B
Text
6 lines
97 B
Text
A = 1,
|
|
B = 2,
|
|
T = A, % Assuming that T is not used elsewhere in the clause
|
|
A := B,
|
|
B := T,
|
|
% ...
|