blob: 6c64e392f8f54714eac7227fae05391f15265248 [file] [edit]
// Copyright (C) 2020 Rick Waldron, André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: Declare "arguments" and assign to it in direct eval code
template: arrow-func
---*/
//- parameter-code
eval("var arguments = 'param'")