tipi-lang/source/hello/web.tp
2025-12-14 18:12:50 +01:00

5 lines
No EOL
84 B
Text

object Person:
name: string
fn get(path: string) -> string:
"hello " + path