Template repo for tiny cross-platform apps that can be modified on phone, tablet or computer.
1{
2 {type='rows', width=500, default={font={size=21}, line_height=35},
3 {type='text', 'Langage de programmation Lua', font={size=28}},
4 {type='text', 'lua.org (1993)'},
5 {type='rows', default={border='grey'}, width=200,
6 {type='text', 'niveau supérieur', target='--lua-def'},
7 {type='text', 'valeurs et types', target='--lua-type'},
8 {type='text', 'instructions', target='--lua-stmt'},
9 {type='text', 'expressions', target='--lua-expr'},
10 {type='text', 'tables', target='--lua-table'},
11 },
12 }
13}