Question: OZ Programming Language This exercise compares variables and cells. We give two code fragments. The first uses variables: local X in X-23 local X in

OZ Programming Language
This exercise compares variables and cells. We give two code fragments. The first uses variables: local X in X-23 local X in X=44 Browse X) The second uses a cell: local X in x-Newcel1 23) X:=44 (Browse X end In the first, the identifier X refers to two different variables. In the second, X refers to a cell. What does Browse display in each fragment? Explain
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
