nombre = "Albert"
_If nombre == "Robert" _Then
  _Print_Console("Hi Robert")
_Else
  _Print_Console("Hello " .. nombre .. " How are you.")
_End_If