Odd word problem: Difference between revisions

m
(Posted refactored and simplified solution.)
Line 1,012:
local fn OddWordTask( string as CFStringRef ) as CFStringRef
NSInteger c1 = 0, c2, c3 = 0, length = len(string)-1
CFStringRef outStr = fn MutableStringNew@""
while c3 < length
717

edits