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

Immediate window to support loops and multiline ifs #1864

Closed
NickDraper opened this issue Nov 13, 2009 · 1 comment
Closed

Immediate window to support loops and multiline ifs #1864

NickDraper opened this issue Nov 13, 2009 · 1 comment
Milestone

Comments

@NickDraper
Copy link
Contributor

It should spot the : at the end and then append lines until the end of the top level block before parsing.

sample:

i=0
while i<2:
  print i
  i+=1
print "done" 
@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 1016

@NickDraper NickDraper added this to the Iteration 26 milestone Jun 3, 2015
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