FOR X = OVERSEER[0].COUNTFROM(SLAVES,SLAVES.COUNT)
IF (X+1) % 15 SLAVES[X].SAY(CONCATENATE(OVERSEER[0].RECALL[0],OVERSEER[0].RECALL[1]))
ELSE IF (X+1) % 3 SLAVES[X].SAY(OVERSEER[0].RECALL[0])
ELSE IF (X+1) % 5 SLAVES[X].SAY(OVERSEER[0].RECALL[1])
ELSE SLAVES[X].SAY(X)
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.