You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var=2 # numeric value assignation
var="text"# text value assignation$var# content of var${var}# content of var${#var}# length of varset# display list of set variables