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

E05: remove line numbers from for loops #79

Open
korenmiklos opened this issue Jul 14, 2020 · 0 comments
Open

E05: remove line numbers from for loops #79

korenmiklos opened this issue Jul 14, 2020 · 0 comments
Milestone

Comments

@korenmiklos
Copy link
Contributor

  • The output of the for-loop in Stata adds line-numbering. I suspect this to be confusing; when students try it out themselves, they may think it is part of the code. Maybe you want to consider to add another code block for the loop definition:
forvalues i = 1/5 {
    display `i'
}

instead of

. forvalues i = 1/5 {
  2.     display `i'
  3. }
@korenmiklos korenmiklos added this to the EEA-2020 milestone Jul 14, 2020
korenmiklos added a commit that referenced this issue Aug 13, 2020
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