You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>begin"..."f(x) = x
end
f
julia>iftrue"..."g(x) = x
end
g (generic function with 1 method)
help?> f
search: fd for fma fld fft full fld1 find filt fill fft! fdio frexp foldr foldl flush floor float first findn filt! fill! fetch FFTW fldmod findnz findin filter falses finally foreach flipdim fldmod1
...
help?> g
search: gc get gcd get! gcdx gperm gamma global golden givens getpid getkey gensym getfield gradient getindex GotoNode graphemes getipaddr gc_enable GlobalRef getsockname getpeername gethostname
No documentation found.
g is a Function.
# 1 method for generic function "g":
[1] g(x) in Main at REPL[2]:3
The text was updated successfully, but these errors were encountered:
Example taken from the documentation:
The text was updated successfully, but these errors were encountered: