Skip to content

println() not working #236

@jeremydouglass

Description

@jeremydouglass

println() prints nothing.

Demo sketch:

print("1")
println("2")
print("3")

Expected: println() should print to the console, followed by a linebreak (\n).
print() should print to the console.

12
3

Instead, println prints nothing:

13

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions