$i = 1; while ( $i < 40 ) { echo "I am " . $i . " years old" . "\n"; $i ++; }
Pro tip: use ```triple backticks around text``` to write in code fences