Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
at main 13 lines 518 B view raw
1{ 2 {type='rows', width=500, default={font={size=21}, line_height=35}, 3 {type='text', 'Luaプログラミング言語', font={size=28}}, 4 {type='text', 'lua.org (1993)'}, 5 {type='rows', default={border='grey'}, width=200, 6 {type='text', 'トップレベル', target='--lua-def'}, 7 {type='text', '値と型', target='--lua-type'}, 8 {type='text', '文', target='--lua-stmt'}, 9 {type='text', '式', target='--lua-expr'}, 10 {type='text', 'テーブル', target='--lua-table'}, 11 }, 12 } 13}