You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last contiguous number on a value set is its idx:
[[$c1|abc|def]] Has a name "c", a sub "0", and an idx "1".
[[$c2|foo|bar]] Has a name "c", a sub "0", and an idx "2".
[[$meh|foo|bar]] Has a name "meh", a sub "0", and an idx "null".
$eval($c1) => evaluates c1
$eval($c*) => evaluates c1, and c2
$eval($c*:*:0) => evaluates c1, and c2 to their first value.
The text was updated successfully, but these errors were encountered:
The last contiguous number on a value set is its idx:
The text was updated successfully, but these errors were encountered: