fr:code:core:stdio
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
fr:code:core:stdio [2011/07/02 15:47] – [printError] fredy123 | fr:code:core:stdio [2021/02/13 11:23] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 19: | Ligne 19: | ||
=== Exemple === | === Exemple === | ||
<code javascript> | <code javascript> | ||
- | Stdio.print(" | + | Stdio.print(" |
</ | </ | ||
+ | |||
+ | [TODO: | ||
+ | |||
+ | ==== println ==== | ||
+ | Writes a line to the standard output. | ||
+ | A new line character is automatically added. | ||
+ | |||
+ | //Added in Actionaz 3.0.1.// | ||
+ | |||
+ | === Syntax === | ||
+ | <code javascript> | ||
+ | Stdio.println(text); | ||
+ | </ | ||
+ | |||
+ | === Arguments === | ||
+ | - text - (string) the text to write | ||
+ | |||
+ | === Returns === | ||
+ | * (Stdio) this Stdio | ||
+ | |||
+ | === Example === | ||
+ | <code javascript> | ||
+ | Stdio.println(" | ||
+ | </ | ||
+ | |||
==== printWarning ==== | ==== printWarning ==== | ||
Écrit une ligne dans la sortie standard en utilisant un préfixe d' | Écrit une ligne dans la sortie standard en utilisant un préfixe d' | ||
Ligne 38: | Ligne 63: | ||
=== Exemple === | === Exemple === | ||
<code javascript> | <code javascript> | ||
- | Stdio.printWarning(" | + | Stdio.printWarning(" |
</ | </ | ||
+ | |||
+ | | ||
+ | ==== printlnWarning ==== | ||
+ | Writes a line in the standard output using a warning prefix. | ||
+ | A new line character is automatically added. | ||
+ | |||
+ | //Added in Actionaz 3.0.1.// | ||
+ | |||
+ | === Syntax === | ||
+ | <code javascript> | ||
+ | Stdio.printlnWarning(text); | ||
+ | </ | ||
+ | |||
+ | === Arguments === | ||
+ | - text - (string) the text to write | ||
+ | |||
+ | === Returns === | ||
+ | * (Stdio) this Stdio | ||
+ | |||
+ | === Example === | ||
+ | <code javascript> | ||
+ | Stdio.printlnWarning(" | ||
+ | </ | ||
+ | |||
==== printError ==== | ==== printError ==== | ||
Ligne 57: | Ligne 106: | ||
=== Exemple === | === Exemple === | ||
<code javascript> | <code javascript> | ||
- | Stdio.printError(" | + | Stdio.printError(" |
+ | </ | ||
+ | |||
+ | | ||
+ | |||
+ | ==== printlnError ==== | ||
+ | Writes a line in the standard output using an error prefix. | ||
+ | A new line character is automatically added. | ||
+ | |||
+ | //Added in Actionaz 3.0.1.// | ||
+ | |||
+ | === Syntax === | ||
+ | <code javascript> | ||
+ | Stdio.printlnError(text); | ||
+ | </ | ||
+ | |||
+ | === Arguments === | ||
+ | - text - (string) the text to write | ||
+ | |||
+ | === Returns === | ||
+ | * (Stdio) this Stdio | ||
+ | |||
+ | === Example === | ||
+ | <code javascript> | ||
+ | Stdio.printlnError(" | ||
</ | </ |
fr/code/core/stdio.1309621620.txt.gz · Dernière modification : 2021/02/13 11:23 (modification externe)