Definitions

Sorry, no definitions found. Check out and contribute to the discussion of this word!

Etymologies

Sorry, no etymologies found.

Support

Help support Wordnik (and make this page ad-free) by adopting the word for-loop.

Examples

  • This by itself puts us back in the driver for-loop, where "a" will be tested for null (which it isn't yet) and the whole cycle starts again.

    B# .NET Technical Community Homepage bart 2010

  • Clearly, a is non-null at that point (due to the assigned lambda expression in the initializer of the for-loop), so we get to call f with that action and argument 1.

    B# .NET Technical Community Homepage bart 2010

  • When trying to create a for-loop as expression, the "for" and "yield" keywords are missing from IntelliSense

    EDN Feed 2010

  • The for-loop has proceeded to the first call of its update expression, resulting in a call to f with argument a and a subsequent invocation on the result with arguments 0 and 1.

    B# .NET Technical Community Homepage bart 2010

  • When I'm hacking on a piece of code containing a large for-loop in some algorithm, I'm often printing the current iteration to the console to keep a tab on the progress.

    Planet Python 2010

  • When trying to create a for-loop as expression, the "for" and "yield" keywords are missing from IntelliSense

    EDN Feed 2010

  • Be careful not to use any operations in the for-loop which depend on the order of execution because things can get messed up when the parallel attribute is set.

    fullasagoog.com full roast blend b-log 2010

  • To create a list or array with odd or even numbers is something very straightforward by using a simple for-loop.

    ASP.NET Forums 2010

  • Be careful not to use any operations in the for-loop which depend on the order of execution because things can get messed up when the parallel attribute is set.

    fullasagoog.com full roast blend b-log 2010

  • When I'm hacking on a piece of code containing a large for-loop in some algorithm, I'm often printing the current iteration to the console to keep a tab on the progress.

    Planet Python 2010

Comments

Log in or sign up to get involved in the conversation. It's quick and easy.