Skip to content

Add support for functions in If conditions #22

@Pichers

Description

@Pichers

Currently, functions returning booleans are not supported as an If condition
Here is a simple example of what we should be able to analyse:

if(isDivisor(7, 138)){
      qev1.add(3);
}

Metadata

Metadata

Assignees

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