diff options
Diffstat (limited to 'app/mpg/1987/src/RUCTEPLT.ELA')
-rw-r--r-- | app/mpg/1987/src/RUCTEPLT.ELA | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/mpg/1987/src/RUCTEPLT.ELA b/app/mpg/1987/src/RUCTEPLT.ELA index 684c358..ebd9a2b 100644 --- a/app/mpg/1987/src/RUCTEPLT.ELA +++ b/app/mpg/1987/src/RUCTEPLT.ELA @@ -50,7 +50,7 @@ ENDPROC text word ; PROC drawing area (REAL VAR x cm, y cm, INT VAR x pixel, y pixel) :
x cm := 25.0; y cm := 17.0; {***** Horizontale und vertikale *****}
- {***** GrӇe in Zentimetern. *****}
+ {***** Größe in Zentimetern. *****}
x pixel := maxx; y pixel := maxy{***** Koordinaten des rechten *****}
{***** oberen Punktes. *****}
END PROC drawing area;
@@ -315,7 +315,7 @@ PROC box (INT CONST width, height) : ENDPROC box ;
PROC filled box (INT CONST width, height) : (* Width max. 255 *)
- out (""27"N" + code (width) + code (height)) ; (* Groáes inverses Blank *)
+ out (""27"N" + code (width) + code (height)) ; (* Großes inverses Blank *)
put (""0""27"&"27"O41"27"G0 "27"N"0""0""0"") (* ausgeben *)
ENDPROC filled box ;
|