o don't allows expressions like: o 5 = 4 o log(8) = log(9) o instead, allows: o f = g = 4 [f and g gets the value 4] o f = g; g [on the same row] o scientific format (2E-10)