
(provide (quote vm))

(defconst vm-version "5.33 (beta)" "\
Version number of VM.")

(defun vm-version nil "\
Returns the value of the variable vm-version." (byte-code "‡" [vm-version] 1))
