Question: write a function ordlist.... Write a function ordlist of type char list > int list that take a ist of characters and returns the list

write a function ordlist....
Write a function ordlist of type char list > int list that take a ist of characters and returns the list of integer codes of those characters. For example, if you evaluate ordlist [rA", #, #"C"you should get [65, 98, 67] val ordList -th char list int list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
