It is easy to implement linked lists in Lua with tables. Each node is a table, and the pointer is a field of this table and points to another node (table).
確定! 回上一頁