Example 7.6.1 (Third Tutorial): unintentional change from Pollen markup mode to Pollen preprocessor mode?
#107
Closed
opened 9 years ago by th
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Hi,
you've changed article.html.pm to article.html.pp when fixing issue #106.
I think that was wrong, because now you're not getting the X-expression, just the output as a string.
Or if that was intentional, "The result:" should be followed by
Pi is close to 3.141592653589793.
The hyperbolic sine of pi is close to 11.548739357257748.
instead of
'(root "Pi is close to " "3.141592653589793" "." "\n" "The hyperbolic sine of pi is close to " "11.548739357257748" "." "\n")
Fixed.