26 lines
352 B
Lua
26 lines
352 B
Lua
--[[-----------
|
|
testing underscores
|
|
|
|
- a list
|
|
* sublist
|
|
* more
|
|
* of items
|
|
more than one line
|
|
- indeed
|
|
can keep going
|
|
|
|
Look at <<_ONE_>> and <<table.concat>>
|
|
|
|
@module underscore
|
|
]]
|
|
|
|
----------
|
|
-- A function (<<_TWO_>>).
|
|
-- @see _TWO_
|
|
function _ONE_() end
|
|
|
|
-----------
|
|
-- another function
|
|
-- @see string.format
|
|
function _TWO_() end
|