- register-shell-variable-feature! NAME #!optional FILTERprocedure
Registers an existing NAME value as a feature. Returns #f or the registered feature symbol.
- NAME
- string.
- FILTER
- (string -> string.
#;1> (register-shell-variable-feature! "OSTYPE") darwin7 ;ymmv