Define-Option

(define-option symbol) -> symbol

This defines a symbol as itself. When called, it returns itself.

Example:

>> (define-option test:)
:: test:
>> test:
:: test: