Function: FIND-FLAG-SYSTEM

Source

(defun find-flag-system (name)
  (gethash name *flag-systems*))
Source Context