Merge pull request #273 from benhoyt/patch-1

Make Forth example actually *print* the string
This commit is contained in:
Mike Donaghy
2017-02-12 16:03:16 -06:00
committed by GitHub

View File

@@ -1 +1 @@
: HELLO ." Hello, world!" CR ;
.( Hello, world!)