blob: c8cf1e6818c11b9be9ccd12cf44c186c7af573c1 [file] [log] [blame] [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: default/*
---*/
//- parameter-code
eval("var arguments = 'param'")