summaryrefslogtreecommitdiff
path: root/articles/funweb.vs
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2020-12-02 00:26:56 +0300
committerAleksey Veresov <aleksey@veresov.pro>2020-12-02 00:26:56 +0300
commitd1ad62a461d6334f7034f168224a4dcff45ef29d (patch)
tree708673dde678d3b01df670f121ea153571b32368 /articles/funweb.vs
parent23ca172fbccc228d5936b9f449552293f721ec76 (diff)
downloadvsvs-d1ad62a461d6334f7034f168224a4dcff45ef29d.tar
vsvs-d1ad62a461d6334f7034f168224a4dcff45ef29d.tar.xz
vsvs-d1ad62a461d6334f7034f168224a4dcff45ef29d.zip
.
Diffstat (limited to 'articles/funweb.vs')
-rw-r--r--articles/funweb.vs9
1 files changed, 9 insertions, 0 deletions
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:<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).