(Arne Babenhauserheide)
2016-07-10: note example in ` , : bug note example in ` , : bug
diff --git a/.bugs/details/e445b9ed2403cd366e556f384129c08970f0b77a.txt b/.bugs/details/e445b9ed2403cd366e556f384129c08970f0b77a.txt --- a/.bugs/details/e445b9ed2403cd366e556f384129c08970f0b77a.txt +++ b/.bugs/details/e445b9ed2403cd366e556f384129c08970f0b77a.txt @@ -26,6 +26,10 @@ this works: ` ,(+ 1 2) ,(+ 2 3) : , + 4 5 +display ` , : + 1 +should give (display `(,(+ 1))) +but gives (display `(,((+ 1)))) + [expected] # The expected result