Skip to content

Parsing x * y #3

Open
Open
@sergey-goncharov

Description

@sergey-goncharov

Here,

// Bouncing ball example
v:=5; p:=10; e:=-0.5;
while true do {
  v'=-9.8, p'=v until_0.01 p<0 /\ v<0;
  v:=e*v; 
}

I am getting a parsing error, which disappears if e*v is replaced with -0.5 * v.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions