Talk:Longest common prefix: Difference between revisions

→‎No strings case: Replied to comment.
(→‎No strings case: The 1st AppleScript draft appears to misinterpret this.)
(→‎No strings case: Replied to comment.)
Line 15:
 
I think the first '''AppleScript''' example (which uses ObjC libraries) may express a slight misapprehension here. The empty list case appears to have been interpreted as a dynamically typed case in which the function is applied to the integer value zero. [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 16:36, 8 April 2020 (UTC)
 
: Are you saying that the zero means an empty list in some language? There's an "empty ''set''" character which looks similar to it when rendered in the "STIXVariants" font in Mojave. The handler response is the same in either case: no strings, so return "". But I'll edit the input in the posted test code. Thanks. --[[User:Nig|Nig]] ([[User talk:Nig|talk]]) 17:57, 8 April 2020 (UTC)
 
==Python: Use of an error==
557

edits