Skip to content

Commit 9aa05c4

Browse files
committed
Finishing merge of previous Commit. Document bool data type. bool file still needs translation
1 parent ab8ffec commit 9aa05c4

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

Language/Variables/Data Types/boolean.adoc

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,16 @@ subCategories: [ "Tipos de Dados" ]
1111
--
1212

1313
[float]
14-
<<<<<<< HEAD
1514
=== Descrição
16-
O tipo `boolean` pode armazenar dois valores: `true` or `false`. (Cada variável `boolean` ocupa um byte na memória.)
17-
=======
18-
=== Description
19-
`boolean` is a non-standard type alias for link:../../../variables/data-types/bool/[bool] defined by Arduino. It's recommended to instead use the standard type `bool`, which is identical.
2015

21-
>>>>>>> a1ceb3b... Document bool data type
16+
`boolean` é um alias de tipos de dados não padrão para link:../../../variables/data-types/bool/[bool] definido pelo Arduino. É recomendado usar em vez disso o tipo padrão `bool`, que é idêntico.
2217

2318
[%hardbreaks]
2419

2520
--
2621
// OVERVIEW SECTION ENDS
2722

2823

29-
<<<<<<< HEAD
3024
// HOW TO USE SECTION STARTS
3125
[#howtouse]
3226
--
@@ -63,9 +57,6 @@ void loop()
6357

6458
--
6559
// HOW TO USE SECTION ENDS
66-
=======
67-
>>>>>>> a1ceb3b... Document bool data type
68-
6960

7061
// SEE ALSO SECTION STARTS
7162
[#see_also]
@@ -75,11 +66,8 @@ void loop()
7566
=== Ver Também
7667

7768
[role="language"]
78-
<<<<<<< HEAD
79-
#LINGUAGEM# link:../../../variables/constants/constants[constants] +
80-
=======
81-
* #LANGUAGE# link:../../../variables/data-types/bool/[bool]
82-
>>>>>>> a1ceb3b... Document bool data type
69+
#LINGUAGEM# link:../../../variables/constants/constants[constantes] +
70+
#LINGUAGEM# link:../../../variables/data-types/bool/[bool]
8371

8472
--
8573
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)