Commit Graph

4 Commits

Author SHA1 Message Date
Richie Bendall
ad16f6d78a Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00
d3z40
94109c85ae Para atualizar repositório 2018-08-22 01:37:32 -03:00
Ben Hoyt
61cf948faa Make Forth example actually *print* the string
The previous example didn't actually print anything, it just defined a "word" (function) called `HELLO` and never called it. You could either call the function (just add `HELLO` on a new line), but more simply and idiomatically for just printing something you can use `.( string)` which I've done here.

You can try this in an online Forth REPL at https://repl.it/languages/forth
2016-05-20 08:23:17 -04:00
Lars Brinkhoff
ba9298e470 Convert to Standard Forth. 2015-02-02 15:07:09 +01:00