<stdin>

The <stdin> element supplies standard input for a <program> example. It is useful when the program or interactive code expects the user to type data while it runs.

Use <stdin> for the input stream itself; use <tests> for automated checking of program behavior.

Syntax

Attributes

This tag has no attributes.

Children

The following may appear as children: Text

Parents

This element may appear as an immediate child of the following elements: <program>

Examples