Indice

ugBASIC Manuale Utente

GLOBAL CONST ✓

SINTASSI

   [POSITIVE] GLOBAL CONST identifier = value
   GLOBAL CONST identifier IN (min,max) = value
   GLOBAL CONST identifier IN "[" min,max) = value
   GLOBAL CONST identifier IN (min,max "]" = value
   GLOBAL CONST identifier IN "[" min,max "]"" = value

SCOPO

ESEMPIO

  GLOBAL CONST x = 42
  POSITIVE GLOBAL CONST y = -42: ' this raises an error!
  GLOBAL CONST width IN (0,320] = 128

Si vedano anche i seguenti file di esempio:

ABBREVIAZIONE

 GbC#

DISPONIBILE SU

ALIAS PER

SHARED CONST SHARED SHARED CONST CONST GLOBAL

PROBLEMI?

Se si riscontra un problema nell'utilizzare questo comando, se si ritiene che vi sia un bug oppure che la spiegazione sia poco chiara, è possibile aprire una segnalazione per questa parola chiave su GitHub. Grazie!

POWERED BY