mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
abs and modify operations so they are opp
This commit is contained in:
@@ -10,6 +10,9 @@ type builtinFunc struct {
|
||||
}
|
||||
|
||||
func ArgonString(args ...any) (any, ArErr) {
|
||||
if len(args) == 0 {
|
||||
return ArString(""), ArErr{}
|
||||
}
|
||||
return ArString(anyToArgon(args[0], true, false, 3, 0, false, 0)), ArErr{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user