mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
rewrite variable.go to allow indexed asignment
This commit is contained in:
@@ -94,7 +94,7 @@ func anyToArgon(x any, quote bool, simplify bool, depth int, indent int, color b
|
||||
if color {
|
||||
output = append(output, "\x1b[38;5;240m")
|
||||
}
|
||||
output = append(output, "<function "+x.name+">")
|
||||
output = append(output, "<function>")
|
||||
if color {
|
||||
output = append(output, "\x1b[0m")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user