Basics
RWL (rotur web language) is a language that is used to structure rotur websites.
Displaying your first piece of text
In RWL all you need to show a peice of text on a page is:
The text itself must be in ""
, ''
or ``
, as these are used to figure out what type a value is.
You can also add more text elements, with commas inbetween each one:
Website Types
RWL websites are generally in 2 different types:
Element based:
Uses elements to denote the layout and contents of a page.
Can be useful for more static and simple websites.
Script based:
Uses a script to draw the page (usually using RTR)
Can be useful for more dynamic and complicated websites that require custom graphics.
Last updated