The "Unknown:"s below indicate that an entry is incomplete.
See the various entries for Tcl
min / max | comparison (min / max (binary or more)) |
info frame 0 | information about the current line and file |
[list {a b} {...}] | anonymous function |
[apply f a b] | function call |
automatically done based on the file name | declare |
in | is an element in the list |
{*}$l | list flattening (one level depth) |
lreverse | reverse |
Unknown:
transform a list (or bag) in another one
transform two lists in parallel
is the predicate true for an element
is the predicate true for every element
f(... f(f(init, e1), e2) ..., en)
dict get | dictionary (access: read) |
dict set | dictionary (access: write) |
dict create a b c d | dictionary (constructor) |
dict exists | dictionary (has the key ?) |
dict keys | dictionary (list of keys) |
dict values | dictionary (list of values) |
dict remove | dictionary (remove by key) |
Unknown:
optional value (null value)
optional value (value)
optional value (null coalescing)
record (selector)
range
** | exponentiation (power) |
sqrt,isqrt / exp / abs | square root / e-exponential / absolute value |