one fable-low hijack cell
pair cat / tradition
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked tradition (second-offered)
· classifierB
· tiernone
response (200 chars)
It looks like you might be using `||`, which is the **string concatenation operator** in SQL (and some other languages). If so:
```sql
SELECT 'tradition' || 'cat';
-- Result: traditioncat
```
A few
neighbors