uce/examples/blog/lib.uce

6 lines
44 B
Plaintext

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