Closed glytching closed 6 years ago
Add detailed docs using either:
Documentation to include:
=
!=
>
<
>=
<=
in
not in
like
not like
is null
is not null
AND
OR
+
-
*
/
Docs published on the repo's wiki: https://github.com/glytching/tranquil/wiki
This is a solid start, the docs will be added to over time.
Add detailed docs using either:
Documentation to include:
=
,!=
,>
,<
,>=
,<=
,in
,not in
,like
,not like
,is null
,is not null
AND
,OR
+
,-
,*
,/