next up previous contents
Next: PS_insert_else Up: ps.pl Previous: PS_create_file

PS_insert_if

# Arguments: *PSOUT      : Global open file descriptor
#            $ccd$        : Conditional compilation directive
#            $expression$ : Expression belonging to $ccd$
#            $lin_num$    : Line number $ccd$ appears on           
#            $loc$        : Lines of code above $ccd$ 
#            $dotted_top$ : If top line should be dotted, then it's == 1.
#            $xpos$       : X position
#            $ypos$       : Y position
#
# Return Values: None
# Description: Inserts PS code to draw a #if symbol.