Assignment, Binding, Mutation

Scope of Variables

Pass by Sharing(rebinding + local scope)

Function Specialization

Method

Constructors

Callable Object aka Functor

Introspection & Reflection

String

Indexing

julia> str = "αβγdef";

julia> nextind(str, 1)
3

julia> endof(str)
9

julia> prevind("αβγdef", 3)
1

julia> prevind("αβγdef", 1)
0

Numerics

Dispatch Mechanism

results matching ""

    No results matching ""