prompt-enum

Name

prompt-enum -- Prompt with PROMPT for one of CHOICES, and call PROC with result.

Synopsis

(prompt-enum prompt choices proc #&key
			      (initval #f)
			      (title "prompt-enum"))

Description

Prompt with PROMPT for one of CHOICES, and call PROC with result. CHOICES is an a-list of symbols and strings.

Implementation Notes

Module: (app scwm prompt-enum)

Defined in scheme/prompt-enum.scm at line 33 (CVS log)