warg.boolean_tests¶
Created on 02/01/2020
Functions
|
test if mod is positive then test if counter % mod is 0 if both tests are true return ret else return alt |
|
test if mod is zero or if counter % mod is 0 if any of the tests are true return ret else return alt |
|
|
|
test if mod is zero or if counter % mod is 0 if any of the tests are true return ret else return alt |
|
|
|
|
|
|
|