mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 20:34:32 +03:00
Add paragraph about multiline commments in julia
This commit is contained in:
parent
a375065b19
commit
0ac421577b
@ -13,6 +13,10 @@ This is based on the current development version of Julia, as of October 18th, 2
|
||||
```ruby
|
||||
|
||||
# Single line comments start with a hash.
|
||||
#= Multiline comments can be written
|
||||
by putting '#=' before the text and '=#'
|
||||
after the text
|
||||
=#
|
||||
|
||||
####################################################
|
||||
## 1. Primitive Datatypes and Operators
|
||||
|
Loading…
Reference in New Issue
Block a user