Functions example

"; } } $a=2+3; echo "

2+2=$a

"; debugPrint("DEBUG: a is $a. Output should be 4."); ?>