Skip to content
Snippets Groups Projects
Commit 3e2e111e authored by mandeca's avatar mandeca :speech_balloon:
Browse files

Faltaban ficheros en el último commit.

parent 8d8b66d7
Branches
No related tags found
No related merge requests found
File added
......@@ -8,5 +8,4 @@ if (x % 2 == 0) {
}
x = x + 1
}
print "Mira que majo" x
print "Valor final " x
read "Introduzca un valor: " x
print "Ha introducido " y
......@@ -45,4 +45,3 @@ z = ---x
print "Valor de x tras ser negado tres veces: " z
z2 = +++x
print "Valor de x tras aplicar tres veces el operador unario '+': " z2
......@@ -7,5 +7,4 @@ while (x < 6) {
}
x = x + 1
}
print "Mira que majo " x
print "Valor final: " x
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment