Jump to content

ABC words: Difference between revisions

→‎{{header|Wren}}: Need more sleep!
(→‎{{header|ALGOL 68}}: Showing every word)
(→‎{{header|Wren}}: Need more sleep!)
Line 474:
var b = word.indexOf("b")
var c = word.indexOf("c")
if (a >= 0 && b >= 0a && c >= 0 && a < b && b < c) {
count = count + 1
Fmt.print("$2d: $s", count, word)
9,490

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.