one fable-low hijack cell
pair php / raku
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked php (first-offered)
· classifierA
· tiernone
response (200 chars)
# PHP → Raku Quick Translation Guide
## Variables & Sigils
```php
// PHP
$name = "Alice";
$nums = [1, 2, 3];
$map = ["a" => 1, "b" => 2];
```
```raku
# Raku — sigils indicate structure
my $name = "Al
neighbors