shell stuff, preprocessor directive
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#load "lib.uce"
|
||||
|
||||
RENDER()
|
||||
{
|
||||
<>
|
||||
Hello world2
|
||||
<?= bla("!x") ?>
|
||||
</>
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
String bla(String x)
|
||||
{
|
||||
return(x + "!");
|
||||
}
|
||||
Reference in New Issue
Block a user