# Arguments: $expression$ : A string containing a conditional expression. # # Return Values: V'(g) for the $expression$ # Description: vgprime simply counts the number of logical AND's and OR's # which occur within $expression$ and return this number.