autodoc.git/
autodoc.xml
Branch:
Tag:
Non-build tags
All tags
No tags
1996-07-08
1996-07-08 22:00:06 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
9e25d9e3a8541b8eff19763bd5e843d6fe8abaf5 (
21
lines) (+
21
/-
0
)
[
Show
|
Annotate
]
Branch:
ulpc
Tags:
v1.0E-6
doc for readline()
Rev: src/modules/readlinemod/doc/readline:1.1
3778:
</doc> </docgroup>
+
<docgroup homogen-name='readline' homogen-type='method'>
+
<method name='readline'/><doc placeholder='true'>
+
<text>
+
<p><tt>readline</tt> - read a line from stdin</p>
+
+
<tt><p>string readline(string <i>prompt</i>);<br/>
+
</p>
+
</tt>
+
<p>This function writes the string 'prompt' and then waits until the
+
user has entered a line from the keyboard. If the readline library
+
was available when uLPC was compiled the user will have history and
+
line edithing at his/her disposal when entering the line.</p>
+
</text>
+
+
<group><seealso/><text>
+
<p><ref resolved='predef::/precompiled/file' to='predef::file'>files/file</ref></p>
+
</text></group>
+
+
</doc>
+
</docgroup>
<docgroup homogen-name='regexp' homogen-type='method'> <method name='regexp'/><doc placeholder='true'> <text>