while
$x = 1; while($x <= 100) { echo "The number is $x". "\n"; $x+=10; }
Pro tip: use ```triple backticks around text``` to write in code fences