Back Previous Next


Linguist basic package - prompt

Syntax:

   prompt {string}

Keyword handler:

   linguist.basic.keyword.BKPrompt.class

Runtime handler(s):

   linguist.basic.handler.BHPrompt.class

Function:

Outputs the specified string expression to the console, followed by a new line.

Example(s):

   prompt "Finished reading file " and FileName


Back Previous Next