Skip to content

Commit edd707d

Browse files
committed
info on multiline
1 parent ad75824 commit edd707d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ Now generate the test-files:
4343

4444
Now `test/docs` should look similar to this: https://github.com/csicar/purescript-purepur/blob/master/example/test/docs
4545

46+
In addition to the normal PSCI-Syntax, purepur allows __multiline__ expressions and declarations:
47+
```
48+
```purescript run
49+
> f x =
50+
x + 1
51+
> f 2
52+
3
53+
```
54+
```
55+
4656
Building
4757
--------
4858

0 commit comments

Comments
 (0)