CS 3304: Comparative Languages
Semantics
[
Course Documents
] : [
Semantics
]
Previous
Contents
Next
Keyword Index
Logical Pretest Loops (cont.)
M
l
(while B do L, s) =
if M
b
(B, s) = false then s else M
l
(while B do L, M
s
(L, s))