Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - al1ranger

#1
This can be one way of doing it. The http://www.newlisp.org/downloads/newlisp_manual.html#quote">quote function can also be used if the list is being built at runtime.
(setq mytable (list (list (char "a") "a: choiceA" '(+ 0 101)) (list (char "b") "b: choiceB" '(+ 0 102))))