1. julia> "bar" foo()=nothing
    2. foo
    3. help?> foo
    4. search: foo floor pointer_from_objref OverflowError RoundFromZero unsafe_copyto! functionloc StackOverflowError
    5. bar

    在输入后按2次Tab

    1. help?> is
    2. isa isconcretetype isfifo islowercase ispath issetequal istaskfailed
    3. isabspath isconst isfile ismarked isperm issetgid istaskstarted
    4. isabstracttype isdefined isfinite ismissing ispow2 issetuid istextmime
    5. isapprox isdigit isimmutable ismount isprimitivetype issocket isuppercase
    6. isascii isdir isinf ismutable isprint issorted isvalid
    7. isassigned isdirpath isinteger isnan ispunct isspace iswritable
    8. isbits isdisjoint isinteractive isnothing isqrt issticky isxdigit
    9. isbitstype isdispatchtuple isless isnumeric isreadable isstructtype iszero
    10. isblockdev isempty isletter isodd isreadonly issubnormal
    11. ischardev isequal islink isone isready issubset
    12. iscntrl iseven islocked isopen isreal istaskdone
    13. julia> ismutable(String)
    14. true