In the documentation:
>Currently, type declarations cannot be used in global scope, e.g. in the 
REPL, since Julia does not yet have constant-type globals. 
But we already have 
```
const pi = 3.14
```
Isn't it a constant-type global?

Reply via email to