Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio > ="3" + 4 7
"3"+4 is 7 4.."3" is "43"
"3hello"+4 is an error