1 SyntaxError:32:Expected an operand but found .
   2 print(.foo)
   3       ^
   4 SyntaxError:38:Expected an operand but found .
   5 .bar = 3423;
   6 ^