fix test to reflect previous scribble/example
repair
This commit is contained in:
parent
3e1c63c93a
commit
267fd52984
|
@ -81,17 +81,14 @@ Examples:
|
||||||
|
|
||||||
```racket
|
```racket
|
||||||
> (define x 0)
|
> (define x 0)
|
||||||
|
|
||||||
> (displayln x)
|
> (displayln x)
|
||||||
0
|
0
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Example of Scribble `interaction`:
|
Example of Scribble `interaction`:
|
||||||
|
|
||||||
```racket
|
```racket
|
||||||
> (define x 0)
|
> (define x 0)
|
||||||
|
|
||||||
> x
|
> x
|
||||||
0
|
0
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user