one fable-low hijack cell
pair scotch / self
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked scotch (first-offered)
· classifierA
· tiernone
response (200 chars)
That looks like Smalltalk! 🙂
```smalltalk
scotch
^ self
```
This defines a method named `scotch` that simply returns the receiver (`^` is the return operator, `self` is the object that received
neighbors