In the built-in Party Line game, the first clickable command result has a typo:
prompt knock on $this
should be
prompt knock on {$this}
otherwise it prints "$this" into the transcript. Only pointing out the nitpick because the example is supposed to teach the syntax.