History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-996
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Marcus Griep
Reporter: Marcus Griep
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Modify the for/while "else" semantic to use a new keyword: "then"

Created: 12/Apr/08 08:05 AM   Updated: 12/Apr/08 08:13 AM
Component/s: None
Affects Version/s: 0.8.1
Fix Version/s: 0.8.2

Time Tracking:
Not Specified

Issue Links:
Related
 
Supercedes
 

Testcase included: yes


 Description  « Hide
Transforming this:
for i in list: 
  print i
then: 
  print 'Finished List'

into this:

for i in list: 
  print i
then: 
  print 'Finished List'

For both "for" and "while" looping constructs.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.