Skip to content

Exponentiation operator shown as error when used. #725

Closed
@TheV360

Description

@TheV360

Nature of issue?

  • Found a bug
  • Existing feature enhancement
  • New feature request

Details about the bug:

When I try to use the exponentiation operator, it says it's an error.

  • Web browser and version: Firefox 62.0.3
  • Operating System: Windows 10
  • Steps to reproduce this: write any line of code with the exponentiation operator.
function setup() {
  createCanvas(2 ** 8, 2 ** 7);
}

function draw() {
  background(220);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueA beginner-friendly issue, great for first-time contributorsHelp WantedWould love additional input or contributions!Priority:MediumModerately important, should be completed in a fair timeframeType:TaskTasks tied specifically to developer operations and maintenance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions