fork download
  1. ; your code goes here
  2. ; Try evaluating each:
  3. '(2.1 2.2 3.1)
  4. (display (quote scheme) )
  5. ; Now remove the quote from the first list and see the error.
  6.  
Success #stdin #stdout 0.01s 11036KB
stdin
Standard input is empty
stdout
scheme