Skip to content

Commit

Permalink
Correction on variables section
Browse files Browse the repository at this point in the history
The fist line of the example wasn't showing on documentation page
  • Loading branch information
prcastro committed May 18, 2014
1 parent 2eef453 commit 21373dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/manual/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
A variable, in Julia, is a name associated (or bound) to a value. It's useful when you want to store a value (that you obtained after some math, for example) for later use. For example:

.. doctest::

# Assign the value 10 to the variable x
julia> x = 10
10
Expand Down

0 comments on commit 21373dd

Please sign in to comment.