Language Basics Php

// or # may be used to "comment out" the remainder of a single line:
    $var = "foo";        // This is all ignored
    $var = "bar";        # so is this
?>