George - A simple scripting language Declaring variables Mutable variable var a = 10 var b = 10.1 var c = true