diff options
Diffstat (limited to 'core.nom')
| -rw-r--r-- | core.nom | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -182,13 +182,13 @@ rule ["max of %items with respect to %keys"]: macro [..] "%list 's %index", "%index st in %list", "%index nd in %list", "%index rd in %list" - "%index th in %list" + "%index th in %list", "%index in %list" ..: ".."|\%list as lua expr\[\%index as lua expr\] macro block [..] "%list 's %index = %value", "%index st in %list = %value", "%index nd in %list = %value" - "%index rd in %list = %value", "%index th in %list = %value" + "%index rd in %list = %value", "%index th in %list = %value", "%index in %list = %value" ..: ".."|\%list as lua expr\[\%index as lua expr\] = \%value as lua expr\ |
