Skip to main content

Posts

Showing posts with the label global variables

Conventions In Corona

Names or Identifiers in Lua can be any string of letters, digits, and underscores, not beginning with a digit. The following keywords are reserved and cannot be used as names:           and     break        do          else     elseif      end        false           for      function      if             in         local       nil          not           or       repeat        return     then  ...