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

6 lines
74 B
Plaintext

declare
A = 3
A = B %% Error: variable B not introduced
in
{Show B}