From d1ad62a461d6334f7034f168224a4dcff45ef29d Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 2 Dec 2020 00:26:56 +0300 Subject: . --- artciles/funweb.vs | 9 --------- artciles/someweb.vs | 10 ---------- articles/funweb.vs | 9 +++++++++ articles/someweb.vs | 10 ++++++++++ 4 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 artciles/funweb.vs delete mode 100644 artciles/someweb.vs create mode 100644 articles/funweb.vs create mode 100644 articles/someweb.vs diff --git a/artciles/funweb.vs b/artciles/funweb.vs deleted file mode 100644 index a7770e1..0000000 --- a/artciles/funweb.vs +++ /dev/null @@ -1,9 +0,0 @@ -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/artciles/someweb.vs b/artciles/someweb.vs deleted file mode 100644 index 4ef95a1..0000000 --- a/artciles/someweb.vs +++ /dev/null @@ -1,10 +0,0 @@ -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). diff --git a/articles/funweb.vs b/articles/funweb.vs new file mode 100644 index 0000000..a7770e1 --- /dev/null +++ b/articles/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/articles/someweb.vs b/articles/someweb.vs new file mode 100644 index 0000000..4ef95a1 --- /dev/null +++ b/articles/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