Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Nathan Wiles edited this page Mar 10, 2023 · 1 revision

Overview

Func<String>

Read input from the user and capture it as a String.

Parameters

None

Return Value

String

Examples

print('What is your name?');
const name = read();

print('Hello, ' + name);
Clone this wiki locally