one fable-low hijack cell
pair gui / stone
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked gui (first-offered)
· classifierA
· tiernone
response (200 chars)
In SQL (and some other languages), `||` is the string concatenation operator, so:
```sql
SELECT 'stone' || 'gui';
-- Result: 'stonegui'
```
A few notes:
- **PostgreSQL, Oracle, SQLite**: `||` concat
neighbors