RichDom2185 / pythonbuddy-issue-tracker

Issue tracker for Python Buddy.
https://pythonbuddy.dev
0 stars 0 forks source link

Arguments to function calls are evaluated in the wrong order #1

Closed RichDom2185 closed 11 months ago

RichDom2185 commented 11 months ago

Share link (if applicable)

Link to code

What is the issue?

When calling add(2, 3) the arguments are evaluated from right-to-left, which should not be the case. Despite this, the arguments still get assigned to the correct function parameters.

RichDom2185 commented 11 months ago

Fixed in the latest release.