d
This commit is contained in:
11
Utilities/platform/2/generation/isNotKeyword.py
Normal file
11
Utilities/platform/2/generation/isNotKeyword.py
Normal file
@@ -0,0 +1,11 @@
|
||||
def isNotKeyword(str):
|
||||
keywords = [
|
||||
"ex",
|
||||
"recent",
|
||||
"set",
|
||||
"toggle",
|
||||
"toggleNil",
|
||||
"vm",
|
||||
"$vm"
|
||||
]
|
||||
return str not in keywords
|
||||
Reference in New Issue
Block a user