X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=a54792500ef2033d4c963ad64bf7a57e9ba8eb42;hb=66af56e87b98d8a21bc85c426c7475373f899fa2;hp=432a35667e4e8358e6e479408db7a0401e760309;hpb=a0c4c60159c79c8d9af3d08e01bacfa354232c3b;p=rrq%2Fjonasforth.git diff --git a/README.md b/README.md index 432a356..a547925 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ the following command inside the UEFI shell: Shell> fs0:main Ready. - S" Hello, World!" TELL + : SAY-HELLO S" Hello, World!" TELL NEWLINE ; + SAY-HELLO Hello World! -(Try typing in the code in `example.f` for something a little more +(Try typing in the code in `lib/example.f` for something a little more interesting.) ## Running on real hardware