[Oberon] Compile error - END missing

August Karlstrom fusionfile at gmail.com
Thu Apr 8 20:27:46 CEST 2021


On 2021-04-08 19:29, Duke Normandin wrote:
> 09:PROCEDURE fahr2cels(fahr:REAL):REAL;
> 10:BEGIN
> 11:VAR temp:REAL;
> 12:   temp := .5556*(fahr - 32);
> 13:   RETURN temp
> 14:END fahr2cels;

BEGIN should go after the variable declaration.

-- August


More information about the Oberon mailing list