| Allegro CL version 6.1 Unrevised | |||||||||
Arguments: external-format
This function returns the list of nicknames of the argument external-format.
(def-external-format :test :nicknames '(:testey :testich)) (ef-nicknames (find-external-format :test)) -> (:testey :testich)
See iacl.htm for more information on international character support in Allegro CL.
Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page was not revised.
Created 2001.12.15.
| Allegro CL version 6.1 Unrevised | |||||||||