I think it was broken so I fixed it
This commit is contained in:
@ -6,19 +6,24 @@ type main: string -> integer
|
||||
function entry: main
|
||||
function bar: T2
|
||||
|
||||
(*
|
||||
bar (r,s) := {
|
||||
return 0;
|
||||
}
|
||||
|
||||
*)
|
||||
entry (arg) := {
|
||||
[ Boolean:x ; Boolean:y ; Boolean:z ; Boolean:t]
|
||||
if ( !( x < y ) & ( z & t ) ) then {
|
||||
(* if ( result < w.y ) then {
|
||||
result := 8;
|
||||
if ( ( x < y ) (* < ( z & t )*)) then {
|
||||
|
||||
(*
|
||||
if ( x<y & !(x=y) ) then {
|
||||
t := 8;
|
||||
} else {
|
||||
result := 9;
|
||||
} *)
|
||||
z := t;
|
||||
}
|
||||
*)
|
||||
|
||||
z := 9;
|
||||
} else {
|
||||
y := true; (* bar('c', 7); *)
|
||||
}
|
||||
|
Reference in New Issue
Block a user