Skip to content

Commit

Permalink
[ document the * var ]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Rothstein committed Jul 6, 2010
1 parent 172f08e commit 47c0921
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ sibilant> (defun hello (&rest args)
result: [Function]
sibilant> (hello 'world)
[ 'world' ]
sibilant> (+ 5 3)
result: 8
sibilant> * ;this is the return value of the last statement
result: 8
</code></pre>

h2. Convert a file
Expand Down

0 comments on commit 47c0921

Please sign in to comment.