Merge pull request #169 from larsbrinkhoff/master

Convert to Standard Forth.
This commit is contained in:
Mike Donaghy
2015-04-12 13:30:57 -04:00
2 changed files with 1 additions and 1 deletions

View File

@@ -1 +0,0 @@
: HELLO S" Hello, world!" TELL CR ;

1
f/forth.fth Normal file
View File

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