Subversion Repositories DevTools

Rev

Rev 5710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5710 Rev 6133
Line 111... Line 111...
111
# Function        : Write
111
# Function        : Write
112
#                   WriteLn
112
#                   WriteLn
113
#                   Comment
113
#                   Comment
114
#
114
#
115
# Description     : print a line to the file
115
# Description     : print a line to the file
116
#                   Called write to avoid massivce confusion with print
116
#                   Called write to avoid massive confusion with print
117
#
117
#
118
# Inputs          : $self   - package handle
118
# Inputs          : $self   - package handle
119
#                   $*      - print arguments
119
#                   $*      - print arguments
120
#                             WriteLn will write each one with a newline
120
#                             WriteLn will write each one with a newline
121
#                             Arrays are allowed
121
#                             Arrays are allowed