summaryrefslogtreecommitdiff
path: root/artciles/someweb.vs
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-12-02 00:25:27 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-12-02 00:25:27 +0300
commit23ca172fbccc228d5936b9f449552293f721ec76 (patch)
tree091a0c95501fb2caf8dd012abac98b8724b1eef6 /artciles/someweb.vs
parent1d68d0267d7e8f82649a42fcadc408c8f5a1f070 (diff)
downloadvsvs-23ca172fbccc228d5936b9f449552293f721ec76.tar
vsvs-23ca172fbccc228d5936b9f449552293f721ec76.tar.xz
vsvs-23ca172fbccc228d5936b9f449552293f721ec76.zip
.
Diffstat (limited to 'artciles/someweb.vs')
-rw-r--r--artciles/someweb.vs10
1 files changed, 10 insertions, 0 deletions
diff --git a/artciles/someweb.vs b/artciles/someweb.vs
new file mode 100644
index 0000000..4ef95a1
--- /dev/null
+++ b/artciles/someweb.vs
@@ -0,0 +1,10 @@
+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).