mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 18:11:38 +00:00
Merge pull request #570 from ggarza/julia_comments
Add paragraph about multiline commments in julia
This commit is contained in:
commit
8365d799b4
@ -13,6 +13,10 @@ This is based on the current development version of Julia, as of October 18th, 2
|
|||||||
```ruby
|
```ruby
|
||||||
|
|
||||||
# Single line comments start with a hash.
|
# Single line comments start with a hash.
|
||||||
|
#= Multiline comments can be written
|
||||||
|
by putting '#=' before the text and '=#'
|
||||||
|
after the text. They can also be nested.
|
||||||
|
=#
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
## 1. Primitive Datatypes and Operators
|
## 1. Primitive Datatypes and Operators
|
||||||
|
Loading…
Reference in New Issue
Block a user