Talk:Conditional structures: Difference between revisions

Line 15:
--[[User:Rdm|Rdm]] 21:31, 6 October 2009 (UTC)
: See [[wp:Conditional (programming)]]. Basically, a choice has to be made, and code is or isn't executed based on that choice. (In many languages, that choice usually boils down to "true" or "false".) Try-catch falls under [[Exceptions|exception handling]]. (Technically, I suppose that it could be considered a conditional, where the condition is "works" or "error".) -- [[User:Eriksiers|Eriksiers]] 22:09, 6 October 2009 (UTC)
 
: I would support Eriksiers meaning too. It is a boolean choice between one or many paths. (It would also fit most, if not all the examples given). --[[User:Paddy3118|Paddy3118]] 03:10, 7 October 2009 (UTC)
Anonymous user