We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f499deb commit c2c319cCopy full SHA for c2c319c
Rubberduck.Parsing/Grammar/Tokens.cs
@@ -86,6 +86,7 @@ public static class Tokens
86
public static readonly string Implements = "Implements";
87
public static readonly string In = "In";
88
public static readonly string Input = "Input";
89
+ public static readonly string InputB = "InputB";
90
public static readonly string InputBox = "InputBox";
91
public static readonly string InStr = "InStr";
92
public static readonly string Int = "Int";
0 commit comments