Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Баг с выводом переменных!!! 😏 #6

Open
Vasysik opened this issue Feb 8, 2024 · 0 comments
Open

Баг с выводом переменных!!! 😏 #6

Vasysik opened this issue Feb 8, 2024 · 0 comments

Comments

@Vasysik
Copy link
Contributor

Vasysik commented Feb 8, 2024

При запуске данной программы:

SET WAVE = 10
SET WA = 5
LOG WA, WAVE
LOG WAVE, WA

В консоль выводится этот бред:

В 16:31:28 лог: WA, WAVE: 10 
В 16:31:28 лог: WA: 5VE, WA: 5 

Хотя при нормальной работе, должно выводиться это:

В 16:31:28 лог: WA: 5, WAVE: 10 
В 16:31:28 лог: WAVE: 10, WA: 5 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant