Core Function Input

From Sputnik Wiki
Revision as of 13:16, 18 June 2015 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Input( <prompt> )

Contents

Description

Capture a string typed to console window.

Parameters

prompt

Optional; A message to display to user.

Return Value

The text the user typed.

Remarks

None.

Example

$c = Input("What is your name? ");
println("Your name is $c");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox