Merge branch 'master' of github.com:TudbuT/isbpl

This commit is contained in:
Daniella / Tove 2023-02-06 15:21:12 +01:00
commit 98f81fd35b

View file

@ -18,7 +18,7 @@ is the same as
```
or
```isbpl
( ( ( 2 1 * ) 1 + ) print )
(((2 1 *) 1 +) print)
```
in both languages, this will print 3.