79607328

Date: 2025-05-05 16:54:19
Score: 4
Natty: 5.5
Report link

I have seen Lua data structure files with a function call followed by a table, as in:

ordered() { a=1, b=2 }

Or nested:

ordered() { a=1, b=2, ordered() {c=3} }

Is this a function call with a single table argument to a function named ordered?

I am trying to understand how ‘ordered’ function is defined.

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: TTB