The two @ characters at the beginning of the variable name is called class variable. See an example below:
@@date_today = 10
Here @@date_today is a class variable.
Knowledge point
The two @ characters at the beginning of the variable name is called class variable. See an example below:
@@date_today = 10
Here @@date_today is a class variable.