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
|
||||
|
||||
|
||||
### User input:
|
||||
## User input:
|
||||
|
||||
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
|
||||
```
|
||||
|
||||
### Compare Sequences
|
||||
## Compare Sequences
|
||||
|
||||
You can use a couple of built-in functions to test strings or other sequences.
|
||||
They are:
|
||||
@ -45,8 +45,7 @@ equal("string1, "string2")
|
||||
Below is an example of using the compare function.
|
||||
Notice with this function you need to check it against a number.
|
||||
|
||||
0 - true
|
||||
1 - false
|
||||
0 - true
|
||||
|
||||
--------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user