From f160def46feaccc97b34b094d3c06bf0cba74513 Mon Sep 17 00:00:00 2001 From: b1ackmai1er Date: Tue, 5 Oct 2021 21:47:01 +0800 Subject: [PATCH] Forth Enhancements --- Source/Doc/ROM_Applications.md | 1 + Source/Forth/{glossw.txt => glossr.txt} | 0 2 files changed, 1 insertion(+) rename Source/Forth/{glossw.txt => glossr.txt} (100%) diff --git a/Source/Doc/ROM_Applications.md b/Source/Doc/ROM_Applications.md index dbbd91da..338ea271 100644 --- a/Source/Doc/ROM_Applications.md +++ b/Source/Doc/ROM_Applications.md @@ -323,6 +323,7 @@ camel80.azm | Code Primitives camel80r.azm | ROMWBW additions glosshi.txt | Glossary of high level words glosslo.txt | Glossary of low level words +glossr.txt | Glossary of ROMWBW additions ## ROMWBW Additions diff --git a/Source/Forth/glossw.txt b/Source/Forth/glossr.txt similarity index 100% rename from Source/Forth/glossw.txt rename to Source/Forth/glossr.txt