mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-07 07:16:42 +02:00
Fix #3060
This commit is contained in:
@@ -98,7 +98,7 @@ false
|
|||||||
# You can put any Julia expression inside the parentheses.
|
# You can put any Julia expression inside the parentheses.
|
||||||
|
|
||||||
# Another way to format strings is the printf macro.
|
# Another way to format strings is the printf macro.
|
||||||
@printf "%d is less than %f" 4.5 5.3 # 5 is less than 5.300000
|
@printf "%d is less than %f" 4.5 5.3 # 4.5 is less than 5.300000
|
||||||
|
|
||||||
# Printing is easy
|
# Printing is easy
|
||||||
println("I'm Julia. Nice to meet you!")
|
println("I'm Julia. Nice to meet you!")
|
||||||
|
Reference in New Issue
Block a user