Melon
A C++ library designed for RadishOS.
Loading...
Searching...
No Matches
Melon::Input Namespace Reference

Contains functions to interact with the user from the standard input stream. More...

Functions

String::String input (const String::String &str)
 Asks the user to type a null-terminated string.

Detailed Description

Contains functions to interact with the user from the standard input stream.

Function Documentation

◆ input()

String::String Melon::Input::input ( const String::String & str)

Asks the user to type a null-terminated string.

Parameters
strstring to print before the user types
Returns
user text