Skip to content

Commit 5f66473

Browse files
committed
Merge pull request shaunlebron#2 from carlosvega20/patch-1
add prefix notation note
2 parents 0ef2647 + d8c37ba commit 5f66473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ClojureScript can evaluate data to create a new "value" from it.
7777
#### Calls
7878

7979
If the first element of a list is a __function__, then the rest of the elements
80-
are evaluated and passed to it.
80+
are evaluated and passed to it ([prefix notation](http://en.wikipedia.org/wiki/Polish_notation)).
8181

8282
```clj
8383
; String concatenate function

0 commit comments

Comments
 (0)