remove ident
(part of a API redesign proposal, please don't change the layout for the next few days) |
(remove ident) |
||
| Line 11: | Line 11: | ||
===Example=== | ===Example=== | ||
message('The current screen resolution is ' .. ({GetScreenResolutions()})[GetCurrentResolution()]) | message('The current screen resolution is ' .. ({GetScreenResolutions()})[GetCurrentResolution()]) | ||
Output: | Output: | ||
The current screen resolution is 1024x768 | The current screen resolution is 1024x768 | ||