diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-06 23:00:38 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-12-06 23:00:38 +0300 |
commit | 2282ef61b60c1ce90ce7ac056781bfba0d7bdfec (patch) | |
tree | 13ec3bce878111cae8e65c33884299ea9e930a18 /articles | |
parent | 217fc658ff15c7dc00e61d90b13cd84b0adc63b1 (diff) | |
download | vsvs-2282ef61b60c1ce90ce7ac056781bfba0d7bdfec.tar vsvs-2282ef61b60c1ce90ce7ac056781bfba0d7bdfec.tar.xz vsvs-2282ef61b60c1ce90ce7ac056781bfba0d7bdfec.zip |
.
Diffstat (limited to 'articles')
-rw-r--r-- | articles/funweb.vs | 9 | ||||
-rw-r--r-- | articles/someweb.vs | 10 |
2 files changed, 0 insertions, 19 deletions
diff --git a/articles/funweb.vs b/articles/funweb.vs deleted file mode 100644 index a7770e1..0000000 --- a/articles/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:<br /> - If a quotation quot is passed, it returns a new quotation - obtained by evaluating each element of quot in a separate stack.<br /> - 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 deleted file mode 100644 index 4ef95a1..0000000 --- a/articles/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:<br /> - If a quotation quot is passed, it returns a new quotation - obtained by evaluating each element of quot in a separate stack.<br /> - 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). |