False wasn't used in the example so removed
This commit is contained in:
parent
ee79885d76
commit
c6321ef03d
@ -1,7 +1,7 @@
|
|||||||
# OpenEuphoria Cheat Sheet
|
# OpenEuphoria Cheat Sheet
|
||||||
|
|
||||||
|
|
||||||
### User input:
|
## User input:
|
||||||
|
|
||||||
Getting user input is easy, just make sure to include ```get.e``` and create a prompt like so:
|
Getting user input is easy, just make sure to include ```get.e``` and create a prompt like so:
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ else
|
|||||||
end if
|
end if
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compare Sequences
|
## Compare Sequences
|
||||||
|
|
||||||
You can use a couple of built-in functions to test strings or other sequences.
|
You can use a couple of built-in functions to test strings or other sequences.
|
||||||
They are:
|
They are:
|
||||||
@ -46,7 +46,6 @@ Below is an example of using the compare function.
|
|||||||
Notice with this function you need to check it against a number.
|
Notice with this function you need to check it against a number.
|
||||||
|
|
||||||
0 - true
|
0 - true
|
||||||
1 - false
|
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user