diff --git a/f/forth.f b/f/forth.f new file mode 100644 index 00000000..fa4372ab --- /dev/null +++ b/f/forth.f @@ -0,0 +1 @@ +: HELLO S" Hello, world!" TELL CR ; \ No newline at end of file