You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doing readlines() or read(stdin) and typing Control-D to send an EOF works on other platforms, but not on Windows (using Julia 1.4.1). Nothing happens when you type ^D beyond just echoing ^D back to the terminal.