5 lines
No EOL
84 B
Text
5 lines
No EOL
84 B
Text
object Person:
|
|
name: string
|
|
|
|
fn get(path: string) -> string:
|
|
"hello " + path |