GitHub user fvanderwielen opened a pull request:

    https://github.com/apache/incubator-freemarker/pull/45

    emphasize difference between eval and interpret built-ins in the 
documentation

    I have been struggling with the eval and interpret built-ins, and during 
this I learned an essential difference between the two is that eval only 
evaluates expressions, and interpret accepts full-fledged templates as their 
input strings.
    
    Therefore I would like to add this information to the documentation, such 
that others realize this sooner and find even more ease and enjoyment in using 
freemarker :)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fvanderwielen/incubator-freemarker 2.3-gae

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-freemarker/pull/45.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #45
    
----
commit 90fc6874c878e1970dcd4f3c1641fd18fe7a27b7
Author: Florian van der Wielen <fvanderwielen@...>
Date:   2018-01-24T12:12:38Z

    emphasize difference between eval and interpret built-ins in the 
documentation

----


---

Reply via email to