Menu: Difference between revisions

m
→‎{{header|langur}}: replace deprecated ZLS token with ""
No edit summary
m (→‎{{header|langur}}: replace deprecated ZLS token with "")
Line 1,724:
<syntaxhighlight lang="langur">val .select = f(.entries) {
if not isArray(.entries): throw "invalid args"
if len(.entries) == 0: return ZLS""
 
# print the menu
990

edits