|
|
|
|
|
ConsoleWrite (Function) In french: ConsoleEcrit Writes a character string in the standard output stream "stdout" (also called "console"). ConsoleWrite("Opération réussie")
Syntax <Message>: Character string String to write on the standard output. Remarks Warning: under Windows, the generated executable must be in console mode to view the written string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|