File extension is in extensions list: Difference between revisions

→‎{{header|zkl}}: mark as "needs updating"
(→‎{{header|Tcl}}: mark as "needs updating")
(→‎{{header|zkl}}: mark as "needs updating")
Line 730:
 
=={{header|zkl}}==
 
{{update|zkl}}
 
<lang zkl>var exts=T(".c",".o","");
fcn hasExtension(fname){ exts.holds(File.splitFileName(fname)[3].toLower()) }
Anonymous user