[fpc-pascal] Next language feature for pas2js...

Mattias Gaertner nc-gaertnma at netcologne.de
Tue May 1 09:55:40 CEST 2018


On Tue, 1 May 2018 12:11:37 +0700
Ryan Joseph <ryan at thealchemistguild.com> wrote:

>[...]
> const
>   GLfloat = MAP_TO_SOMETHING; // do we have external consts?

GLFloat is a type, not a const.

type GLFloat = double;

Mattias



More information about the fpc-pascal mailing list