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

math operations #4

Closed
mr1ay opened this issue Sep 4, 2023 · 0 comments
Closed

math operations #4

mr1ay opened this issue Sep 4, 2023 · 0 comments

Comments

@mr1ay
Copy link

mr1ay commented Sep 4, 2023

math :: 2*3-3/3-1+42 + 84 * 300;

->
@set /a tmp0=3-%tmp1%

@set /a tmp1=3/%tmp2%

@set /a tmp2=3-%tmp3%

@set /a tmp3=1+%tmp4%

@set /a tmp4=42+%tmp5%

@set /a tmp5=84*300

@set /a math=2*%tmp0%

For mathematical operations, the program can write a very long description, you can shorten it

@trgwii trgwii closed this as completed in adb3cb3 Sep 6, 2023
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