From 048c6a5ae978ee1b096bd75d98677f3e4e595755 Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Thu, 26 Feb 2026 08:14:09 -0600 Subject: [PATCH] rm push/pop --- examples/convert.ce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/convert.ce b/examples/convert.ce index 75d73de..7975ebd 100644 --- a/examples/convert.ce +++ b/examples/convert.ce @@ -31,7 +31,7 @@ var input_file = args[0] var output_file = args[1] function ext_lower(path) { - var e = array(path, '.').pop() + var e = array(path, '.')[] if (!e) return null return lower(e) }