uce/examples/blog/lib/site.uce
2022-01-31 00:42:16 +00:00

6 lines
50 B
Plaintext

EXPORT
String bla(String x)
{
return(x + "!");
}