Skip to content

Some specific syntax not translated #5

@Luca-Skyline

Description

@Luca-Skyline

I noticed that some syntax is not translated.

  1. '.equals()' is used in processing for strings but must be '===' in JS. This is not converted.
  2. '.length()' is used in processing for strings but must be '.length' in JS (it's not a function).
  3. 'buttonPressed' from processing (the global boolean variable, not the method) should be 'buttonIsPressed' in JS

Thanks!

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