one fable-low hijack cell
pair julia / php
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked julia (first-offered)
· classifierA
· tiernone
response (200 chars)
# PHP → Julia: Quick Translation Guide
## Basics
**PHP:**
```php
<?php
$name = "World";
$x = 42;
echo "Hello, $name! x = $x\n";
```
**Julia:**
```julia
name = "World"
x = 42
println("Hello, $name!
neighbors