Skip to content

Semicolon missing causes cell hang #6

@pedritomelenas

Description

@pedritomelenas

If the user forgets adding semicolon at the end of the line, the cell will hang. For instance,

int i=1

will not produce any output,
while

int i=1;

will work normally.
Thank you,
Pedro

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions