6 lines
59 B
PHP

def greet {
return("hello")
}
fun() { return "world"; }