mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
15 lines
435 B
Text
15 lines
435 B
Text
IntSyntax.mod compiling IntSyntax.
|
|
|
|
14: i := l; (* Bad, INTEGER shorter than LONGINT *)
|
|
^
|
|
pos 341 err 113 incompatible assignment
|
|
|
|
15: s := l; (* Bad, SHORTINT shorter than LONGINT *)
|
|
^
|
|
pos 393 err 113 incompatible assignment
|
|
|
|
16: i := l; (* Bad, SHORTINT shorter than INTEGER *)
|
|
^
|
|
pos 446 err 113 incompatible assignment
|
|
|
|
Module compilation failed.
|