Search found 1 match
- Thu Mar 31, 2016 3:58 pm
- Forum: Homework
- Topic: Simple Printing/formatting a list in Scheme
- Replies: 1
- Views: 10016
Simple Printing/formatting a list in Scheme
Hi everyone, I just want to print out a list (containing a string and a number) in this format: Orange : 3 With my code, I'm getting the following error: Orange : (3). . application: not a procedure; expected a procedure that can be applied to arguments given: #<void> arguments...: Would appreciate ...