Add isEmpty check to switch node

This commit is contained in:
Nick O'Leary
2018-07-11 16:14:09 +01:00
parent 28402b0894
commit e94708606d
4 changed files with 118 additions and 16 deletions

View File

@@ -577,6 +577,8 @@
"null":"is null",
"nnull":"is not null",
"istype":"is of type",
"empty":"is empty",
"nempty":"is not empty",
"head":"head",
"tail":"tail",
"index":"index between",