Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 24d6ac8

Browse files
committed
Merge branch 'dev'
2 parents c5e51c9 + 8f4bf94 commit 24d6ac8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ A short example
77
::
88

99
>>> import coffeescript
10-
>>> coffeescript.compile('add = (a, b) -> a + b')
11-
'(function() {\n var add;\n\n add = function(a, b) {\n return a + b;\n };\
12-
n\n}).call(this);\n'
1310
>>> print(coffeescript.compile('add = (a, b) -> a + b'))
1411
(function() {
1512
var add;

0 commit comments

Comments
 (0)