Home
(current)
About
Contact
Reviews
ComputerLanguage.com
Longest-Running Tech Encyclopedia
Term of the Moment
candlestick
Look Up Another Term
Definition: docstring
(
DOC
umentation
STRING
) A text description in a program that documents the code. Depending on the programming language, docstrings may be delimited by symbol pairs such as
" "
,
/* */
and
""" """
. See
string
.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
misc