You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
1.0 KiB

call AddCycleGroup(['set', 'get'])
call AddCycleGroup(['form', 'to'])
call AddCycleGroup(['push', 'pop'])
call AddCycleGroup(['mas', 'menos'])
call AddCycleGroup(['prev', 'next'])
call AddCycleGroup(['start', 'end'])
call AddCycleGroup(['light', 'dark'])
call AddCycleGroup(['open', 'close'])
call AddCycleGroup(['read', 'write'])
call AddCycleGroup(['truthy', 'falsy'])
call AddCycleGroup(['filter', 'reject'])
call AddCycleGroup(['internal', 'external'])
call AddCycleGroup(['short', 'normal', 'long'])
call AddCycleGroup(['subscribe', 'unsubscribe'])
call AddCycleGroup(['header', 'body', 'footer'])
call AddCycleGroup(['protected', 'private', 'public'])
call AddCycleGroup(['red', 'blue', 'green', 'yellow'])
call AddCycleGroup(['tiny', 'small', 'medium', 'big', 'huge'])
call AddCycleGroup(['pico', 'nano', 'micro', 'mili', 'kilo', 'mega', 'giga', 'tera', 'peta'])
call AddCycleGroup(['sunday', 'monday', 'tuesday', 'wensday', 'thursday', 'friday', 'saturday'])
call AddCycleGroup('markdown', ['#', '##', '###', '#####', '#####', '######'])