one fable-low hijack cell
pair chitchat / smalltalk
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked smalltalk (second-offered)
· classifierB
· tiernone
response (200 chars)
Ha, nice one! In Smalltalk, `^` is the return operator — so you've written a method that, when you invoke `smalltalk`, returns `chitchat`. 😄
```smalltalk
smalltalk
^ chitchat
```
Totally valid (
neighbors