You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I think they'd prefer:

    >print("Hello")
    Hello
    >1+2
    =3
    

    Rather than:

    >print("Hello")
    Hello
    =undefined
    >1+2
    =3
    

    The issue has come up in a few e-mails I've got. I know, once you get used to it, it is fine. However maybe it's something that you shouldn't have to get used to!

About

Avatar for Gordon @Gordon started