Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
at main 13 lines 520 B view raw
1{ 2 {type='rows', width=500, default={font={size=21}, line_height=35}, 3 {type='text', 'Lua programming language', font={size=28}}, 4 {type='text', 'lua.org (1993)'}, 5 {type='rows', default={border='grey'}, width=200, 6 {type='text', 'top-level', target='--lua-def'}, 7 {type='text', 'values and types', target='--lua-type'}, 8 {type='text', 'statements', target='--lua-stmt'}, 9 {type='text', 'expressions', target='--lua-expr'}, 10 {type='text', 'tables', target='--lua-table'}, 11 }, 12 } 13}