6 lines
119 B
Text
6 lines
119 B
Text
|
|
int A;
|
||
|
|
[A:= GetFB;
|
||
|
|
Text(0, "Width = "); IntOut(0, A(0)); CrLf(0);
|
||
|
|
Text(0, "Height = "); IntOut(0, A(1)); CrLf(0);
|
||
|
|
]
|