normalizing spacing and idents

master
Juan 3 years ago
parent 071c17352d
commit 491079cfa0

@ -1,6 +1,4 @@
<html><body><pre> <html><body><pre><script>
<script>
document.write("mettre 2 dans une variable\n"); document.write("mettre 2 dans une variable\n");
/* Pseuso code : /* Pseuso code :
@ -37,7 +35,4 @@
} }
document.write("\n"); document.write("\n");
document.write(resultat); document.write(resultat);
</script></pre></body></html>
</script></pre>
</body></html>

@ -1,5 +1,4 @@
<html><body><pre> <html><body><pre><script>
<script>
function calc_surface_carre(c) { function calc_surface_carre(c) {
return c*c; return c*c;
} }
@ -32,7 +31,4 @@
document.write(calculer_surface([5])); document.write(calculer_surface([5]));
console.log(resultat); console.log(resultat);
</script></pre><body></html>
</script>
</pre><body></html>

@ -1,5 +1,4 @@
<html><body><pre> <html><body><pre><script>
<script>
document.write("\ndiviser (avec reste) 31 par 5 par soustraction \n"); document.write("\ndiviser (avec reste) 31 par 5 par soustraction \n");
/* Pseuso code : /* Pseuso code :
variable opD,opG,resultat entier; variable opD,opG,resultat entier;
@ -24,7 +23,5 @@
reste = reste - opD; reste = reste - opD;
} }
document.write(resultat + " reste " + reste); document.write(resultat + " reste " + reste);
</script></pre> </script></pre></body></html>
</body></html>
Loading…
Cancel
Save