Boo

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

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 0.8.1
  • Fix Version/s: 0.8.2
  • Component/s: None
  • Labels:
    None
  • Testcase included:
    yes
  • Number of attachments :
    0

Description

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.

Issue Links

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: