all repos — min @ 17eadb8a63f380990d28d42b456d84818ae0c0b5

A small but practical concatenative programming language.

Updated docs for type?
h3rald h3rald@h3rald.com
Wed, 17 Jun 2020 11:12:55 +0200
commit

17eadb8a63f380990d28d42b456d84818ae0c0b5

parent

ad6a3ea0c3270ca7f39169d8703d82e5f55bef4b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M site/contents/reference-logic.mdsite/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.#}