You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Takes in a list of expressions, and converts them to prefix notation.
55
-
varconvertCommand=newCommand("convert",description:"Converts a boolean expression(s) to prefix notation. If none are provided, the user will be prompted to enter them.")
54
+
// Takes in a list of expressions, and converts them to postfix notation.
55
+
varconvertCommand=newCommand("convert",description:"Converts a boolean expression(s) to postfix notation. If none are provided, the user will be prompted to enter them.")
0 commit comments