Added some notes and fixed the bp
This commit is contained in:
@ -12,15 +12,12 @@ bar (r,s) := {
|
||||
}
|
||||
|
||||
entry (arg) := {
|
||||
[ integer: result ; rec: w]
|
||||
if ( result = result ) then {
|
||||
if ( result < w.y ) then {
|
||||
result := 8;
|
||||
} else {
|
||||
result := 9;
|
||||
}(* *)
|
||||
[ integer: r ; integer: s; Boolean: x]
|
||||
x := (r < s) & x;
|
||||
if ( r < s ) then {
|
||||
r := 5;
|
||||
} else {
|
||||
result := bar('c', 7);
|
||||
r := 7;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user