What is OP?

On Wed, Jun 1, 2016 at 12:14 PM, Milan Bouchet-Valat <nalimi...@club.fr>
wrote:

> Le mercredi 01 juin 2016 à 02:35 -0700, Lutfullah Tomak a écrit :
> > julia> b_prime = ["8",9,10,c]
> >
> > This works with Any.
> >
> > julia> Any["3", 4, 14, c]
> > 4-element Array{Any,1}:
> >    "3"
> >   4
> >  14
> >    Any[10,"c"]
> >
> Yes, for now you need to use that syntax. In 0.5, the OP's code works
> fine too since the deprecation path has been removed.
>
>
> Regards
>

Reply via email to