Table of Contents

ugBASIC User Manual

SHARED CONST ✓

SYNTAX

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

PURPOSE

EXAMPLE

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

See also the following example files:

ABBREVIATION

 SrC#

AVAILABLE ON

ALIAS FOR

SHARED CONST SHARED GLOBAL CONST CONST GLOBAL

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY