2016-11-05 13:41 GMT+01:00 stepharo <stepharo@free.fr>:Yes I should fix them.
I added a pull request fixing the ">>>" vs. ">>" in the reflection chapter. (some other chapters are using >># instead, I think we should convert them all to use ">>" only)will now update the reflection chapter screenshots.
��
Le 3/11/16 �� 23:52, Nicolai Hess a ��crit��:
2016-11-03 23:50 GMT+01:00 Nicolai Hess <nicolaihess@gmail.com>:
notInteger>>#factorialBTW, the method name is wrong (in both places)Can we highlight a piece of code?But I can not see the "underline" in the code example. Is it even possible to add such text properties to a "code-style" formatted text ?
In the updated PBE (Reflection chapter) there is the text:
"Change the definition of Integer>>>factorial by inserting the underlined expression as shown below"
Integer>>>factorial
actually all code examples in that chapter uses
>>>
instead of
>>#