diff --git a/src/modules/readlinemod/doc/readline b/src/modules/readlinemod/doc/readline new file mode 100644 index 0000000000000000000000000000000000000000..822990931671b49e03fe3310a458e003e67bd2fe --- /dev/null +++ b/src/modules/readlinemod/doc/readline @@ -0,0 +1,14 @@ +NAME + readline - read a line from stdin + +SYNTAX + string readline(string prompt); + +DESCRIPTION + 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. + +SEE ALSO + files/file