Skip to content

Commit

Permalink
Merge pull request JuliaLang#10518 from rened/evaldoc
Browse files Browse the repository at this point in the history
clarify what evalfile does
  • Loading branch information
jakebolewski committed Mar 17, 2015
2 parents 09604d6 + e80108a commit 381df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdlib/base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ Syntax

.. function:: evalfile(path::AbstractString)

Evaluate all expressions in the given file, and return the value of the last one. No other processing (path searching, fetching from node 1, etc.) is performed.
Load the file using ``include``, evaluate all expressions, and return the value of the last one.

.. function:: esc(e::ANY)

Expand Down

0 comments on commit 381df6e

Please sign in to comment.