From 1d68d0267d7e8f82649a42fcadc408c8f5a1f070 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 2 Dec 2020 00:12:06 +0300 Subject: . --- artcles/funweb.vs | 9 +++++++++ artcles/someweb.vs | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 artcles/funweb.vs create mode 100644 artcles/someweb.vs (limited to 'artcles') diff --git a/artcles/funweb.vs b/artcles/funweb.vs new file mode 100644 index 0000000..a7770e1 --- /dev/null +++ b/artcles/funweb.vs @@ -0,0 +1,9 @@ +title Web must be fun! +content + This operator can be used on a quotation or a dictionary:
+ If a quotation quot is passed, it returns a new quotation + obtained by evaluating each element of quot in a separate stack.
+ If a dictionary dict (with values and keys) is passed, + it returns a new dictionary obtained by evaluating each value + in the dict that is a symbol in a separate stack + (values that aren’t symbols stay as they are). diff --git a/artcles/someweb.vs b/artcles/someweb.vs new file mode 100644 index 0000000..4ef95a1 --- /dev/null +++ b/artcles/someweb.vs @@ -0,0 +1,10 @@ +title Web must be! +content + Yeap! + This operator can be used on a quotation or a dictionary:
+ If a quotation quot is passed, it returns a new quotation + obtained by evaluating each element of quot in a separate stack.
+ If a dictionary dict (with values and keys) is passed, + it returns a new dictionary obtained by evaluating each value + in the dict that is a symbol in a separate stack + (values that aren’t symbols stay as they are). -- cgit v1.2.3