You can also just use the `in` infix operator. On Mon, Jan 4, 2016 at 1:04 PM, Cameron McBride <[email protected]> wrote:
> Also, in the REPL you can use the help files. For example, try typing "?∈" > (which shows this is basically the in() function, hence the \inTAB > suggestion by Kristoffer). > > Cameron > > On Mon, Jan 4, 2016 at 12:59 PM, Kristoffer Carlsson < > [email protected]> wrote: > >> You can enter \in and then press TAB in the REPL. >> >> Here is a list: >> http://docs.julialang.org/en/release-0.4/manual/unicode-input/ >> >> Many editors have packages that support entering these type of unicode >> characters. >> > >
