one fable-low hijack cell
pair fortran / modula
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked fortran (first-offered)
· classifierA
· tiernone
response (200 chars)
It looks like you're asking about the **`^` (exponentiation) operator** in Fortran vs. Modula — here's the comparison:
## Fortran
Fortran does **not** use `^`. Exponentiation is done with `**`:
```fo
neighbors