inputs = {{name = 'Input 1', value = '', vkPlugin = 'TextInput', maxTextLength = 100}, {name = 'Input 2', value = 'Something', vkPlugin = 'TextInput', maxTextLength ...
ipairs: ipairs r used to iterate through tables with sequential numeric indices such as arrays. It stops at the first nil value and ensures the iteration happens in order. Example: ipairs({1, 2, 3}) ...
Lua is a free and open-source multi-paradigm programming language released under the MIT license. Created in 1993 by Roberto Lerusalimschy, Luiz Henrique de Figueiredo and Waldemar Celes, Lua is a ...