Constants

You can also declare constants inside a lib declaration:

  1. @[Link("pcre")]
  2. lib PCRE
  3. INFO_CAPTURECOUNT = 2
  4. end
  5. PCRE::INFO_CAPTURECOUNT #=> 2