Tokens of ActionScript

Notes:

Tokens of ActionScript Programming Language:

Tokens of Action Script Languages: C KICS OS
- (“Smallest Unit” of any programming language is known as Token)

C – Comments.
K – Keywords and Data Types
I – Identifiers
C – Constants and Variables
S – Strings and Characters
O – Operators : LARA BICS
- L – Logical (&&, || ,!)
- A – Arithmetic (+, - , *, /, %)
- R – Relational (<, >, <=, >=, ==, ! =,===,!==)
- A – Assignment (=): Arithmetic Assignment : (+=, -=, *=, /=, %=)
- B – Bitwise (&,|, ~, ^) :Bitwise Shift ( <<, >>)
- I – Increment and Decrement (++, -- )
- C – Conditional ( ?: )
- S – Special ( typeof , new, ::, ., …)
S – Separators. ([] (Array dimension), ; (Semicolon), , (comma), {} (Block separator) and more)