Posted 18 January 2015 - 12:23 AM
Been looking through some programming and found this [[.
It used in a table construct like so
I assume it registers it as an API or something, anyone got any ideas what the [[ symbols do?
It used in a table construct like so
local apis = {
['window'] = [[
--#Api Stuff in here
]]
}
I assume it registers it as an API or something, anyone got any ideas what the [[ symbols do?