9 lines
128 B
Text
9 lines
128 B
Text
/* error : initializing exp and array type differ */
|
|
|
|
let
|
|
type arrayty = array of int
|
|
|
|
var a := arrayty [10] of " "
|
|
in
|
|
0
|
|
end
|