Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Some APIs didn’t make sense to support in Iguana XIguanaX.

For example Iguana X IguanaX doesn’t have channels so it didn’t make sense to support the API call iguana.channelName() since this product doesn’t have channels.

In other cases, like the os.ts.* APIs which was where we shifted the vanilla os.time and os.date functions from standard Lua we wanted to make our implementation of Lua more standard.

...