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