Navigation :
flag
flag, function
def const dash pure flag(n: number): long
Returns a 64-set containing only the integer n.
n: integer between 0 and 63.
Examples
table T = with
[| as N |]
[| 0 |]
[| 42 |]
T.Set = text(flag(T.N))
show table "Flags" with
T.N
T.Set
This produces the following table:
Errors
n must be an integer between 0 and 63.
See also