% class Greeter { constructor(public greeting: string) { } greet() { echo('Say '); return "
" + this.greeting + "