Updated Glyph release date.
h3rald h3rald@h3rald.com
Thu, 23 Sep 2010 13:48:21 +0200
2 files changed,
2 insertions(+),
2 deletions(-)
M
content/glyph/book/changelog.html
→
content/glyph/book/changelog.html
@@ -67,7 +67,7 @@
<section class="section"> -<header><h1 id="h_231">v0.4.1 – September 25th 2010</h1></header> +<header><h1 id="h_231">v0.4.1 – September 23th 2010</h1></header> <section class="section"> <header><h1 id="h_232">5 Bugs Fixed</h1></header> <table><tr><th>ID</th>
M
content/glyph/book/text_editing/evaluation.html
→
content/glyph/book/text_editing/evaluation.html
@@ -64,7 +64,7 @@ <nav><a href="/glyph/book/text_editing/inclusions.html">Including Files and Snippets ←</a><a href="/glyph/book/index.html">Contents</a><a href="/glyph/book/text_editing/conditionals.html">→ Conditional Macros</a></nav>
<p>Glyph Language is not a full-blown programming language and it is currently not Turing-complete (it does not provide loops). However, it is possible to evaluate simple ruby code snippets using the <code>ruby</code> macro (aliased to <code>%</code>), like this:</p> <ul> <li><code>%[2 + 2]</code> → 4</li> - <li><code>%[Time.now]</code> → Wed Sep 22 15:08:27 +0200 2010</li> + <li><code>%[Time.now]</code> → Thu Sep 23 13:33:57 +0200 2010</li> <li><code>%[Glyph::VERSION]</code> → 0.4.1</li> </ul> <p>The scope for the code evaluation is the Kernel module, (with all inclusions required by Glyph itself).</p>