Skip to content

Rename statements #239

Description

@python-processing-unit

Change the names of the statements:

  • IF -> if
  • ELSEIF -> elseif
  • ELSE -> else
  • TRY -> try
  • CATCH -> catch
  • WHILE -> while
  • FOR -> for
  • PARFOR -> parfor
  • ASYNC -> async
  • RETURN -> return
  • POP -> pop
  • BREAK -> break
  • CONTINUE -> continue
  • GOTOPOINT -> gotopoint
  • GOTO -> goto

Metadata

Metadata

Labels

documentationImprovements or additions to documentationenhancementNew feature or requestinterpreterRequires a code change in the interpreter.majorRequires a major version change.testSomething related to the test suite.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions