remove duplicate instruction

This commit is contained in:
Ole Morud
2022-08-22 16:09:46 +02:00
parent af629c8260
commit ae0191daff

View File

@@ -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