We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0777487 + f589cb4 commit e31411aCopy full SHA for e31411a
README.md
@@ -8,7 +8,7 @@
8
| Decimales | double |1,5; 5,6 |
9
|Booleanos | Boolean | true o false|
10
|Caracters | char | 'a'; 'b'; Este solo es un caracter |
11
-|Cadena de caracteres/texto| String| "Hola mundo, probando" |
+|Cadena de caracteres/texto| String| "Hola mundo" |
12
| Entero Largo| long | numeros entre (-9.223.372.036.854.775.808, 9.223.372.036.854.775.808) |
13
14
## Declaracion de variables
0 commit comments