correct mistake in NewAppend
Closed this issue · 0 comments
Sanegv commented
In functionBuiltIn.go, line 167, it's written "append function takes exactly two arguments".
Change "exactly" to "at least", as it can indeed take more than 2 args.
Closed this issue · 0 comments
In functionBuiltIn.go, line 167, it's written "append function takes exactly two arguments".
Change "exactly" to "at least", as it can indeed take more than 2 args.