Skip to content

conditional statement disappear #51

@debarshri

Description

@debarshri

So I have this statement

~ ~ ~ ~ ~
if (a > 3) {
  moveShip(5 * gravity, DOWN);
}

What I get is for Processor.process(..)
is
a > 3) {
veShip(5 * gravity, DOWN);


Which is not the desired result.

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