mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 13:32:59 +01:00
8 lines
120 B
Lua
8 lines
120 B
Lua
--[[ coding:UTF-8
|
|
comment ]]
|
|
function first()
|
|
::開::
|
|
-- Comment
|
|
func(SCI_ANNOTATIONSETTEXT, 'a', 0, "LINE1")
|
|
end
|