diff --git a/word-at,assocs.html b/word-at,assocs.html
deleted file mode 100644
index f0be85855a..0000000000
--- a/word-at,assocs.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
- at ( key assoc -- value/f )
-
-
-
Vocabulary
assocs
Inputs and outputs
key | an object |
assoc | an assoc |
value/f | the value associated to the key, or f if the key is not present in the assoc |
Word description
Looks up the value associated with a key. This word makes no distinction between a missing value and a value set to f; if the difference is important, use at*.
See also
at*, key?, ?at
Definition
-
\ No newline at end of file