From ddb839bfd4ba8dbdd214f3e885629fc8fe57e68c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 14 Mar 2019 16:30:43 -0700 Subject: Replacing (size of $) with (#$) as should have been done before. --- lib/compatibility/4.9.nom | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/compatibility/4.9.nom') diff --git a/lib/compatibility/4.9.nom b/lib/compatibility/4.9.nom index d8260a4..67d40c5 100644 --- a/lib/compatibility/4.9.nom +++ b/lib/compatibility/4.9.nom @@ -7,5 +7,6 @@ use "compatibility/compatibility" upgrade action "if" to "4.9" via for ($tree $end_version): - if ((size of $tree) > 2): return $tree - return \(when $tree.2) + if ((#$tree) > 2): + return $tree + return \(when $tree.2) \ No newline at end of file -- cgit v1.2.3