corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 program {
2 /*
3 * A gobstons multiline comment
4 * Taken from:
5 * http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/"
6 */
7 sumar(2, 3)
8 }
9 function sumar(a, b) {
10 r := a + b
11 }
12 // unreachable code
13 -- unreachable code
14 # unreachable code
15 procedure hacerAlgo() {
16 Mover(Este)
17 Poner(Rojo)
18 Sacar(Azul)
19 }