Questions about this topic? Sign up to ask in the talk tab.

Perl/Basics/Loops

From NetSec
Revision as of 03:57, 16 July 2012 by AlizaLorenzo (Talk | contribs) (Created page with "A loop is a block of code that continues to execute until a condition is met.")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A loop is a block of code that continues to execute until a condition is met.