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

Fixed/inc dec #356

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Fixed/inc dec #356

wants to merge 4 commits into from

Conversation

macheal
Copy link

@macheal macheal commented Dec 14, 2021

start:="1"
end:="10"
for i:=start;i<end;i++{
println(i)
}

1
11
111
1111
11111
111111
...endless loop

@macheal macheal marked this pull request as draft December 14, 2021 08:58
@macheal macheal marked this pull request as ready for review December 14, 2021 08:58
@macheal macheal marked this pull request as draft December 14, 2021 09:04
Copy link
Author

@macheal macheal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. define:log type
  2. inc/dec: add conditions

@macheal macheal marked this pull request as ready for review December 14, 2021 09:11
@macheal macheal marked this pull request as draft December 14, 2021 09:34
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

Successfully merging this pull request may close these issues.

None yet

1 participant