Strumenti Utente

Strumenti Sito


it:ugbasic:user:kw:global_const
Traduzioni di questa pagina:


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

  • Atari (400/800)
  • Atari XL/XE
  • Commodore 128 (MOS 8502)
  • Commodore 128 (Zilog Z80)
  • Commodore 64
  • Commodore 64+REU
  • TRS-80 Color Computer
  • TRS-80 Color Computer 3
  • ColecoVision
  • Amstrad CPC 664
  • Dragon 32
  • Dragon 64
  • Thomson MO5
  • Thomson MO5
  • Olivetti Prodest PC128
  • Commodore PLUS/4
  • SEGA SC-3000
  • SEGA SG-1000
  • VG-5000
  • Commodore VIC-20
  • ZX Spectrum 48

ALIAS PER

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