10 lines
71 B
Plaintext
10 lines
71 B
Plaintext
#load "lib.uce"
|
|
|
|
RENDER()
|
|
{
|
|
<>
|
|
Hello world2
|
|
<?= bla("!x") ?>
|
|
</>
|
|
}
|