mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 10:19:57 +08:00
6 lines
59 B
PHP
6 lines
59 B
PHP
def greet {
|
|
return("hello")
|
|
}
|
|
|
|
fun() { return "world"; }
|