Convert to Standard Forth.

This commit is contained in:
Lars Brinkhoff
2015-02-02 15:07:09 +01:00
parent 4691aea289
commit ba9298e470
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 ;