summaryrefslogtreecommitdiffhomepage
path: root/julia.html.markdown
diff options
context:
space:
mode:
author0u0 <inkydragon@users.noreply.github.com>2018-08-31 09:50:30 +0800
committer0u0 <inkydragon@users.noreply.github.com>2018-08-31 09:50:30 +0800
commitb0bbe39b46a1825563c903c0e9c25eed3c63293b (patch)
treea3ea089432909b943c12cf593a51886f7d90d3b6 /julia.html.markdown
parente96bfe490e2df68075e277cb18bdf58f90af2c0a (diff)
remove useless Blank Lines
Diffstat (limited to 'julia.html.markdown')
-rw-r--r--julia.html.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/julia.html.markdown b/julia.html.markdown
index eadf6415..3ef3148a 100644
--- a/julia.html.markdown
+++ b/julia.html.markdown
@@ -14,7 +14,6 @@ and low-level control, Julia is as easy to learn and use as Python.
This is based on Julia 1.0.0
```julia
-
# Single line comments start with a hash (pound) symbol.
#= Multiline comments can be written
by putting '#=' before the text and '=#'
@@ -362,7 +361,6 @@ else # The else clause is optional too.
end
# => prints "some var is smaller than 10"
-
# For loops iterate over iterables.
# Iterable types include Range, Array, Set, Dict, and AbstractString.
for animal = ["dog", "cat", "mouse"]