Search results

From GiderosMobile
  • ...''s''. If pattern specifies no captures, then the whole match is produced in each call. (function) = string.gmatch(s,pat)
    1 KB (213 words) - 03:45, 17 November 2023
  • for key, value in pairs(options) do -- create a blank canvas where we will render our text
    6 KB (892 words) - 20:04, 17 November 2023
  • ...dexing a string in Lua, the first character is at position 1 (not at 0, as in C). Indices are allowed to be negative and are interpreted as indexing back ...oriented style. For instance, '''string.byte(s, i)''' can be written as '''s:byte(i)'''.
    14 KB (2,135 words) - 15:33, 13 July 2023
  • ...ative indices in a string just like Python does - e.g the last character in a string is at position -1. You can use both methods, whichever you find conve The following table gives an overview of string manipulation commands. Have a look at them, and then study the examples below.
    9 KB (1,606 words) - 15:33, 13 July 2023
  • ..., including Adobe's Photoshop Lightroom, World of Warcraft, Far Cry, Garry's Mod, Supreme Commander and Sonic the Hedgehog. The advantages of Lua are it In Gideros Studio, you usually write your code in Lua however, you can also extend your applications with other languages lik
    15 KB (2,489 words) - 23:13, 18 November 2023
  • ...rom Lua, a powerful, fast, lightweight, embeddable scripting language. Lua’s power comes from its simplicity and speed. Lua is mentioned as the fastest ...s, where speed and convenience is sought. You also write your applications in Lua inside Gideros Studio, however can also extend your apps with other lan
    19 KB (3,185 words) - 15:33, 13 July 2023
  • While the team is busy to bring some bigger things in the future, we have made some small improvements this month. ...mproved tagged union type refinements to only include unhandled type cases in the else branch of the if statement:
    146 KB (24,034 words) - 01:16, 31 March 2023