Latest News

 










Identifiers

Previous slide Next slide Back to first slide View graphic version


Identifiers


 
My other sites

Latest News

 










Identifiers

  • Identifiers can contain any combination of upper-case, lowercase, numbers and `_', `$'.

  • An identifier must not begin with a number.

    Valid:

    Invalid:

    stack,
    Stack,
    STACK_SIZE
    wav2snd,
    _snd,
    $snd

    3d,
    5$,
    #snd,
    snd:wav

Previous slide Next slide Back to first slide View graphic version