tipi-lang/source/hello/web.crud

6 lines
138 B
Text

object Person:
name: string
// fn get(path: string) -> string:
// let p = Person(name: path)
// service.add("hello", p.name)