still fixing assignable type checking
This commit is contained in:
@ -56,11 +56,11 @@ c(x) := {
|
||||
entry is the first function called
|
||||
*)
|
||||
entry(arg) := {
|
||||
[integer: result; string2int: f; integer: temp]
|
||||
[integer: result; string2int: f; integer: temp; character: char]
|
||||
temp := a("Hello");
|
||||
f := b(temp);
|
||||
result := c(f);
|
||||
if (d(1,2,'c'))
|
||||
if (d(1,2,char))
|
||||
then {
|
||||
result := 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user