Talk:Control Structures: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle Created page with 'Using '''else''' we can have a code block which executes when the if statement evaluates to true, and another code block which executes when the if statement evaluates to false. …' |
imported>StDoodle No edit summary |
||
Line 1: | Line 1: | ||
Ok, old version no longer needed. A couple cleanup requests: | |||
* add return | |||
* change looping to flow control OR add a separate section for continue, break & return | |||
* the above 3 should each have a lv3 heading | |||
--[[User:StDoodle|StDoodle (#1059825)]] 18:57, 18 April 2010 (UTC) | |||
Revision as of 18:57, 18 April 2010
Ok, old version no longer needed. A couple cleanup requests:
- add return
- change looping to flow control OR add a separate section for continue, break & return
- the above 3 should each have a lv3 heading
--StDoodle (#1059825) 18:57, 18 April 2010 (UTC)