Several base API functions should be lowercase

Issue #49 new
mezzodrinker created an issue

In order to provide compatibility with Lua, the following functions’ names should be in lowercase:

  • toStringtostring
  • toNumbertonumber

Also, don’t forget to rename and adjust their respective wiki pages.

Comments (3)

  1. mezzodrinker reporter
    • edited description

    Removed getmetatable and setmetatable from the list, as they are already only available with their lowercase names.

  2. Log in to comment