- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Feb 2024 21:14:35 +0000
- To: public-css-archive@w3.org
> I don't know of this ability existing in any other language Not to defend Crissov's idea, but it sounds like `arguments` in JS: ```js function sum() { return arguments[0] + arguments[1]; } sum(2, 3); // 5 ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9350#issuecomment-1939594050 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 12 February 2024 21:14:37 UTC