all repos — h3rald @ 602a529695acf201614a5231010b9cb09e31ee35

The sources of https://h3rald.com

Updated Glyph release date.
h3rald h3rald@h3rald.com
Thu, 23 Sep 2010 13:48:21 +0200
commit

602a529695acf201614a5231010b9cb09e31ee35

parent

399ce200934062b5782edfec44253bede829fe1f

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M content/glyph/book/changelog.htmlcontent/glyph/book/changelog.html

@@ -67,7 +67,7 @@

<section class="section"> -<header><h1 id="h_231">v0.4.1 &ndash; September 25th 2010</h1></header> +<header><h1 id="h_231">v0.4.1 &ndash; 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.htmlcontent/glyph/book/text_editing/evaluation.html

@@ -64,7 +64,7 @@ <nav><a href="/glyph/book/text_editing/inclusions.html">Including Files and Snippets &larr;</a><a href="/glyph/book/index.html">Contents</a><a href="/glyph/book/text_editing/conditionals.html">&rarr; 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> &rarr; 4</li> - <li><code>%[Time.now]</code> &rarr; Wed Sep 22 15:08:27 +0200 2010</li> + <li><code>%[Time.now]</code> &rarr; Thu Sep 23 13:33:57 +0200 2010</li> <li><code>%[Glyph::VERSION]</code> &rarr; 0.4.1</li> </ul> <p>The scope for the code evaluation is the Kernel module, (with all inclusions required by Glyph itself).</p>