Added hello-world in forth

This commit is contained in:
Harvey
2008-07-30 23:29:33 +01:00
parent ec786a7efb
commit 13f74028f3

1
f/forth.f Normal file
View File

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