mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
--- A demo program for Pop.Box.
|
|
--- @copyright Paul Liverman III (2016)
|
|
--- @license The MIT License (MIT)
|
|
|
|
pop = require ""
|
|
--- @todo write this!
|
|
|
|
print(pop, pop.elements) --NOTE TEMPORARY
|
|
|
|
return --this is to prevent default returning of last statement
|