We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"str"
1, 2.5
rel(x) true;
Tuple(x)
[1,'2']
{x=1 and y='2'}
and,or
if,when,choose
not,once
+ - * /
< > <= >= = !=
str
int
num, real
Common syntax sugar
#str
size(str)
t.x
table.get(t,'x')
t[x]
table.get(t,x)
t.x:2
table.set(t,x,2)
:f(2)
x in l
has(l,x)
There was an error while loading. Please reload this page.