RosettaCodeData/Task/Variables/Oz/variables-2.oz
2023-07-01 13:44:08 -04:00

6 lines
41 B
Text

declare
A = 3
B
in
A = B
{Show B}