« Translinguisme/Programmation » : différence entre les versions

Contenu supprimé Contenu ajouté
mAucun résumé des modifications
Ligne 71 :
| [[Programmation JavaScript|JavaScript]] || <tt>{</tt><br/>...<br/><tt>}</tt> || <tt>if (</tt>...<tt>)</tt> ...<br/><tt>else if (</tt>...<tt>)</tt> ...<br/>...<br/><tt>else</tt> ... || <tt>switch(</tt>...<tt>)</tt><br/><tt>{</tt><br/><tt>case</tt> ...<tt>:</tt>...<br/>...<br/><tt>default:</tt>...<br/><tt>}</tt> || <tt>while (</tt>...<tt>)</tt> ...<br/><tt>do </tt> ...<tt> while (</tt>...<tt>);</tt><br/><tt>for (</tt>...<tt>;</tt>...<tt>;</tt>...<tt>)</tt> ... || function ''nom''(param,...){...} || <!--module_unite--> || ''séquence des commandes du fichier'' || <tt>try { ... }<br/>catch(''var'') { ... }</tt>
|-
| [[Visual Basic]] || <font color=red>''rien''</font> || if ... then<br/>...<br/>elseif ... then<br/>...<br/>end if || <!--switch--> || while ... wend<br/>do while ... loop<br/>for ... next || <!--fonctions_procedure-->call || <!--module_unite--> || <!--main--> || <tt>on error resume next<br/>...<br/>on error goto 0</tt>
|-
| [[OpenOffice.org|OOo Basic]] || <font color=red>''rien''</font> || if ... then<br/>...<br/>elseif ... then<br/>...<br/>end if || <!--switch--> || while ... wend<br/>do while ... loop<br/>for ... next || <!--fonctions_procedure--> || <!--module_unite--> || <!--main--> ||