if true then
  p("a")
  b = 1
  p b
  c =1
end
a

