-- Variables are global by default: globalVariable = 10 -- To make a variable local: local localVariable = 20