Skip to content

Add support for logical operators #9

@blapaz

Description

@blapaz

Add and && and or ||

if (x == y && y >= z)

Should the tokens be symbols && or a word and?

if (x == y and y >= z)
if (x == y or y >= z)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions