I added some more backpatching and some more files for testing
This commit is contained in:
@ -14,7 +14,7 @@ bar (r,s) := {
|
||||
*)
|
||||
entry (arg) := {
|
||||
[ Boolean:x ; Boolean:y ; Boolean:z ; Boolean:t]
|
||||
if ( ( x < y ) (* < ( z & t )*)) then {
|
||||
if ( ( x & y ) ) then {
|
||||
|
||||
(*
|
||||
if ( x<y & !(x=y) ) then {
|
||||
@ -23,7 +23,7 @@ entry (arg) := {
|
||||
}
|
||||
*)
|
||||
|
||||
z := 9;
|
||||
z := x < y;
|
||||
} else {
|
||||
y := true; (* bar('c', 7); *)
|
||||
}
|
||||
|
Reference in New Issue
Block a user