Closed Wilfred closed 8 years ago
;; Inputs (one per line): "ab" ;; Desired output: '(?a ?b) ;; Suggestions: (string-to-list "ab") ;=> '(97 98)
We shouldn't show char codes here.
This is unavoidable if we want to show the evalled output. Characters are just integers.
We shouldn't show char codes here.