Skip to content

How cancel a message in Io's REPL without leaving the REPL? #441

@halloleo

Description

@halloleo

I'm using Io's REPL to get more familiar with the language.

When I issue a loop which - by accident - doesn't have a break condition, I have to stop the loop somehow.

Say, I issue in its simplest way

loop("foo" println)

How can I stop the loop with the keyboard without killing the whole REPL?

Ctrl-C stops the loop, but kills normally the REPL as well. Is there a way to stay in Io's REPL after Ctrl-C?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionSupport request or usage questionreplREPL / CLI behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions