Re: [racket-users] new user, simple question: cannot run simple example: (cons 1 2)

2016-05-23 Thread Ben Greenman
You are probably using a student language instead of #lang racket To fix put "#lang racket" at the top of your program or click the language button at the bottom-left of your Dr.Racket window and pick a non-teaching language. On Mon, May 23, 2016 at 1:47 PM, 'Leo Rokon' via Racket Users <

[racket-users] new user, simple question: cannot run simple example: (cons 1 2)

2016-05-23 Thread 'Leo Rokon' via Racket Users
I just downloaded DrRacket, and it mostly works for me. However, I tried an example: (cons 1 2) And get this error message: cons: second argument must be a list, but received 1 and 2 The example here: