mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
about to start implimentation of if statments, and add not
This commit is contained in:
@@ -27,6 +27,9 @@ var blockedVariableNames = map[string]bool{
|
||||
"false": true,
|
||||
"null": true,
|
||||
"delete": true,
|
||||
"not": true,
|
||||
"and": true,
|
||||
"or": true,
|
||||
}
|
||||
|
||||
type accessVariable struct {
|
||||
|
||||
Reference in New Issue
Block a user