We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bf1ad commit 9554fe3Copy full SHA for 9554fe3
Language/Variables/Data Types/String/Operators/lessThan.adoc
@@ -1,17 +1,12 @@
1
----
+---
2
title: "<"
3
title_expanded: less thans
4
categories: [ "Data Types" ]
5
subCategories: [ "StringObject Operator" ]
6
---
7
8
-
9
10
11
12
= < Less Than
13
14
15
// OVERVIEW SECTION STARTS
16
[#overview]
17
--
@@ -38,7 +33,7 @@ string1 < string2
38
33
39
34
[float]
40
35
=== Returns
41
-`true`: if string1 is greater than string2
36
+`true`: if string1 is less than string2
42
37
43
`false`: otherwise
44
@@ -60,4 +55,4 @@ string1 < string2
60
55
[role="example"]
61
56
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
62
57
63
-// SEE ALSO SECTION ENDS
58
+// SEE ALSO SECTION ENDS
0 commit comments