Scilab Function

input - prompt for user input

Sequence d'appel

[x]=input(message,["string"])

Parametres

Description

input(message) gives the user the prompt in the text string and then waits for input from the keyboard.

The input can be expression which is evaluated by evstr.

Invoked with two arguments, the output is a character string which is the expression entered at keyboard.

Exemples

Voir aussi