Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 274 Bytes

File metadata and controls

22 lines (12 loc) · 274 Bytes

Global

Makes the variable global - can be accesed from all functions.

Can be applied to all types of vairables.

global

Targets

The modifier can be applied to:

  • Variable

Conflicting modifiers

These modifiers cannot be used with this one:

  • saved