Indice

ugBASIC Manuale Utente

CONST SHARED ✓

SINTASSI

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

SCOPO

ESEMPIO

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

Si vedano anche i seguenti file di esempio:

ABBREVIAZIONE

 C#Sr

DISPONIBILE SU

ALIAS PER

SHARED CONST SHARED GLOBAL 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