We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
when using computer.pushSignal() with valid table, such as: {"b",{"c"}}, event.pull() returns a table without any subtables: {"b"} screenshot:
computer.pushSignal()
{"b",{"c"}}
{"b"}
is this intended behavior? I checked documentation, and it says thst subtables are supported. tried this on both lua 5.3 & 5.4