RosettaCodeData/Task/Variables/Oz/variables-2.oz

7 lines
41 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
declare
A = 3
B
in
A = B
{Show B}