Updated docs for type?
h3rald h3rald@h3rald.com
Wed, 17 Jun 2020 11:12:55 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
site/contents/reference-logic.md
→
site/contents/reference-logic.md
@@ -109,7 +109,7 @@ {#op||quotation?||{{any}}||{{b}}||
Returns {{t}} if {{any}} is a quotation, {{f}} otherwise. #} {#op||type?||{{any}} {{sl}}||{{b}}|| -Returns {{t}} if {{any}} is a dictionary of the specified type {{sl}}, {{f}} otherwise. #} +Returns {{t}} if the data type of {{any}} is the specified type {{sl}}, {{f}} otherwise. #} {#op||xor||{{b1}} {{b2}}||{{b3}}|| Returns {{t}} if {{b1}} and {{b2}} are different, {{f}} otherwise.#}