Page 1 of 1

let fun f x = fn y = x g f 1 = in g 2 1. What is the result of this program according to dynamic scope? Explain how you

Posted: Tue May 24, 2022 7:41 am
by answerhappygod
Let Fun F X Fn Y X G F 1 In G 2 1 What Is The Result Of This Program According To Dynamic Scope Explain How You 1
Let Fun F X Fn Y X G F 1 In G 2 1 What Is The Result Of This Program According To Dynamic Scope Explain How You 1 (40.11 KiB) Viewed 15 times
let fun f x = fn y = x g f 1 = in g 2 1. What is the result of this program according to dynamic scope? Explain how you obtain your answer. 2. What is the result of this program according to static scope? Explain how you obtain your answer.