Skip to content

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.

1 participant