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