Arc Cross Reference |
copy[procedure] copy x(def copy (x) (case (type x) sym x cons (apply (fn args args) x) string (let new (newstring (len x)) (forlen i x (= (new i) (x i))) new) table (let new (table) (ontable k v x (= (new k) v)) new) (err "Can't copy " x))) | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |