mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-14 18:55:00 +02:00
Remove the extra 'compared' in julia.html.markdown
This commit is contained in:
@@ -102,7 +102,7 @@ false
|
|||||||
# Printing is easy
|
# Printing is easy
|
||||||
println("I'm Julia. Nice to meet you!")
|
println("I'm Julia. Nice to meet you!")
|
||||||
|
|
||||||
# String can be compared lexicographically compared
|
# String can be compared lexicographically
|
||||||
"good" > "bye" # => true
|
"good" > "bye" # => true
|
||||||
"good" == "good" # => true
|
"good" == "good" # => true
|
||||||
"1 + 2 = 3" == "1 + 2 = $(1+2)" # => true
|
"1 + 2 = 3" == "1 + 2 = $(1+2)" # => true
|
||||||
|
Reference in New Issue
Block a user