julia> "bar" foo()=nothing
foo
help?> foo
search: foo floor pointer_from_objref OverflowError RoundFromZero unsafe_copyto! functionloc StackOverflowError
bar
在输入后按2次Tab
help?> is
isa isconcretetype isfifo islowercase ispath issetequal istaskfailed
isabspath isconst isfile ismarked isperm issetgid istaskstarted
isabstracttype isdefined isfinite ismissing ispow2 issetuid istextmime
isapprox isdigit isimmutable ismount isprimitivetype issocket isuppercase
isascii isdir isinf ismutable isprint issorted isvalid
isassigned isdirpath isinteger isnan ispunct isspace iswritable
isbits isdisjoint isinteractive isnothing isqrt issticky isxdigit
isbitstype isdispatchtuple isless isnumeric isreadable isstructtype iszero
isblockdev isempty isletter isodd isreadonly issubnormal
ischardev isequal islink isone isready issubset
iscntrl iseven islocked isopen isreal istaskdone
julia> ismutable(String)
true