Concept
- SE Web is versioned separately and is currently documented as 0.8.
- Generated output is ordinary HTML, CSS, JavaScript and TypeScript companion output.
Example
make Button text
html
button text
css
padding 12
border_radius 8
js
when click
say text
page "/"
Button "Save"