Nautical bell: Difference between revisions

m
(Added FreeBasic)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 2,146:
 
On my system (Ubuntu 20.04), the bell only rings once no matter how many \a's are concatenated togther, though it may be different on other systems.
<syntaxhighlight lang="ecmascriptwren">import "os" for Process
import "timer" for Timer
import "./date" for Date
import "./fmt" for Fmt
 
var watches = ["First", "Middle", "Morning", "Forenoon", "Afternoon", "Dog", "First"]
9,476

edits