Line 18:
Line 18:
'''Type:'''
'''Type:'''
−
A variable can belong to 1 of the 4 following types: '''Boolean, Integer, Decimal''' or '''String'''.
+
A variable belongs to 1 of the 4 following types: '''Boolean, Integer, Decimal''' or '''String'''.
*'''Boolean''' type allows 2 states: True or False
*'''Boolean''' type allows 2 states: True or False
*'''Integer''' type is to store positive or negative numbers without decimal part, in order to make any kind of mathematical calculations or comparison
*'''Integer''' type is to store positive or negative numbers without decimal part, in order to make any kind of mathematical calculations or comparison