Try

  import Base.(!)

Cheers,
  Kevin

On Monday, August 8, 2016, Scott T <[email protected]> wrote:

> In 0.4 I would write: import Base.!
> The syntax Base.:! is not yet supported.
>
> In 0.5:
>
> julia> import Base.:!
> ERROR: syntax: invalid "import" statement: expected identifier
>
> julia> import Base.!
> ERROR: syntax: invalid operator ".!"
>
> What am I missing here?
>

Reply via email to