From b39a0ada175ab9027c75b26cc8d581610d6e5384 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 2 Jan 2017 15:08:29 +0000 Subject: [PATCH] Updated core functions (markdown) --- core-functions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core-functions.md b/core-functions.md index 731b401..74aa4d3 100644 --- a/core-functions.md +++ b/core-functions.md @@ -85,3 +85,7 @@ Public. Takes one argument. Returns that argument, protecting it from evaluation Public. Takes one argument. If that argument is either an STRG or a READ, parses successive characters from that argument to construct an S-expression in the current environment and returns it. +# (type arg) + +Public. Takes one argument. If that argument is readable by the current user, returns a string interned in the *core.types* namespace representing the tag value of the argument, unless the argument is a VECP in which case the value returned represents the tag value of the [[vector space]] object indicated by the VECP. +