<html>
<body>

<rebscript>
    a: 1
    b: 23
    print "Hello world!<br>"
    print ["a: " a  " b: " b " <br>"]
</rebscript>
<br>

<rebloop count 5>
print "La la<br>"
</rebloop>
<br>

<rebset c 16/>
<rebset b "asdf"></rebset>

<rebinclude "testinc.rbml"/>

<table border="1">
<rebout>
    <tr>
        <td>~a~</td>
        <td>~b~</td>
        <td>~c~</td>
    </tr>
</rebout>
</table>
<br>

<rebscript>
    print ["a: " a "<br>"]
    a: 2 
    print ["b: " b "<br>"]
</rebscript>

</body>
</html>