Skip to content
This repository was archived by the owner on Dec 5, 2018. It is now read-only.
This repository was archived by the owner on Dec 5, 2018. It is now read-only.

print("\t") in doesn't print a tab #279

Description

@ojcm

Using the following Processing code:

println("No tab");
println("\tTab");

Processing.js produces:
No tab
Tab

Processing produces:
No Tab
                    Tab

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions