5 lines
77 B
Text
5 lines
77 B
Text
require "list"
|
|
|
|
local dll = dlist.of("A", "B")
|
|
dll:insert(2, "C")
|
|
print(dll)
|