If statements
This commit is contained in:
@@ -19,7 +19,7 @@ def preprocess(code: str) -> list[list[str]]:
|
||||
token += i
|
||||
if (i == '\"'):
|
||||
isString = not(isString)
|
||||
else:
|
||||
elif token != '':
|
||||
tokenise[-1].append(token)
|
||||
token = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user