I am very new to apple computing, have my first iMac a few months. I am now learning basic code writing. I had found a useful link on you site that turns on view history and displays a graph of the output, just some dots on the screen. In that post it said to go to editor tab and select result display mode to enable value history, all options are grayed out.
Here is my code and version information.
Note I am using Playground, set up as OS X
import Cocoa
for x in ["1","2","3","4"] {
print(x)
}
System Imac OS = OS X Version 10.11.5
Xcode Version 7.3.1 (7D1014)
Swift 2.2
Thanks All Harry Nash