From ae0191daffb9a5d6c30ae9bfaca57ef039e4d652 Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Mon, 22 Aug 2022 16:09:46 +0200 Subject: [PATCH] remove duplicate instruction --- src/Instructions.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Instructions.tsx b/src/Instructions.tsx index 57abff7..d78e3f3 100644 --- a/src/Instructions.tsx +++ b/src/Instructions.tsx @@ -269,8 +269,7 @@ const instructions: Instruction[] = [ ascii: "@", description: "End program", searchtags: "end return finish done exit" - }, - { symbol: " ", name: "Blank", ascii: " ", description: "Do nothing.", searchtags: "empty" } + } ] export default instructions