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

7 lines
41 B
Text
Raw Permalink Normal View History

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