6 lines
85 B
Text
6 lines
85 B
Text
/* error : type constraint and init value differ */
|
|
let
|
|
var a:int := " "
|
|
in
|
|
a
|
|
end
|