Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
at main 13 lines 534 B view raw
1{ 2 {type='rows', width=500, default={font={size=21}, line_height=35}, 3 {type='text', 'Linguagem de programação Lua', font={size=28}}, 4 {type='text', 'lua.org (1993)'}, 5 {type='rows', default={border='grey'}, width=200, 6 {type='text', 'nível superior', target='--lua-def'}, 7 {type='text', 'valores e tipos', target='--lua-type'}, 8 {type='text', 'instruções', target='--lua-stmt'}, 9 {type='text', 'expressões', target='--lua-expr'}, 10 {type='text', 'tabelas', target='--lua-table'}, 11 }, 12 } 13}