one fable-low hijack cell
pair julia / octave
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked julia (first-offered)
· classifierA
· tiernone
response (200 chars)
# Octave → Julia Quick Reference
## Basics
| Octave | Julia |
|---|---|
| `% comment` | `# comment` |
| `x = 5;` | `x = 5` (semicolon optional, suppresses REPL output) |
| `disp(x)` | `println(x)` |
neighbors