VARFLAG_FREADONLY constant

int const VARFLAG_FREADONLY

Assignment to the variable should not be allowed.

Implementation

static const VARFLAG_FREADONLY = 1;