Search found 1 match

by leo77
Thu Mar 31, 2016 3:58 pm
Forum: Homework
Topic: Simple Printing/formatting a list in Scheme
Replies: 1
Views: 7708

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 ...