mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 16:13:49 +01:00
Add =
Adds the equal sign (`=`) for use in `src/Terminal/Parser.ts`
This commit is contained in:
parent
36db849ff1
commit
df30771744
@ -25,6 +25,7 @@ export enum KEY {
|
|||||||
CLOSE_PARENTHESIS = ")",
|
CLOSE_PARENTHESIS = ")",
|
||||||
OPEN_BRACE = "{",
|
OPEN_BRACE = "{",
|
||||||
CLOSE_BRACE = "}",
|
CLOSE_BRACE = "}",
|
||||||
|
EQUAL = "=",
|
||||||
|
|
||||||
PIPE = "|",
|
PIPE = "|",
|
||||||
DOT = ".",
|
DOT = ".",
|
||||||
|
Loading…
Reference in New Issue
Block a user