1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 05:21:26 +02:00

Fixes issue #747

This commit is contained in:
Geoffrey Liu
2014-09-21 00:07:34 -07:00
parent d12bfcdc18
commit 92a2dbf34e

View File

@@ -12,7 +12,7 @@ This is based on the current development version of Julia, as of October 18th, 2
```ruby ```ruby
# Single line comments start with a number symbol. # Single line comments start with a hash (pound) symbol.
#= Multiline comments can be written #= Multiline comments can be written
by putting '#=' before the text and '=#' by putting '#=' before the text and '=#'
after the text. They can also be nested. after the text. They can also be nested.