Question: OZ Programming Language Given the below Oz program, what it will display when run? declare A fun lazy (F1 X) X+2 end fun lazy (F2

OZ Programming Language
Given the below Oz program, what it will display when run? declare A fun lazy (F1 X) X+2 end fun lazy (F2 Y) Y*3 end B (FI 2) (Browse B} % nothing (simply unbound B) Browse C} % nothing (simply unbound C) How about after we add the following statement and run it? A B+C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
