6 lines
73 B
Text
6 lines
73 B
Text
Begin;
|
|
declare t like this;
|
|
t = this;
|
|
this = that;
|
|
that = t;
|
|
End;
|