Comma quibbling: Difference between revisions

Content deleted Content added
added Ol
Line 540:
=={{header|Astro}}==
<lang python>fun quibble(s):
let result = " and "s.join(s' and ').replace(/|| and /||, ", ", length(s) - 1)
return "{ $result }"
 
Line 551:
 
for i in s:
print(quibble i)</lang>
</lang>
 
=={{header|AutoHotkey}}==