This isn't documented, and the front end highlights the second comma and third argument in red, but it's used in DownValues[Once][[3]] and is very convenient. Anyone know more?
Asked
Active
Viewed 78 times
2
Withvariables are unaware of earlier variables’ values". CompareWith[{a = 3, b = a + 2, c = a + b}, {a, b, c}]toWith[{a = 3}, {b = a + 2}, {c = a + b}, {a, b, c}]... – user1066 Apr 22 '23 at 18:35