create verb skipcount that takes a number. set skipcount to create number count and set it to 0. set count to count + 1. until count >= 50 print count.
-- --Brains.
create verb skipcount that takes a number. set skipcount to create number count and set it to 0. set count to count + 1. until count >= 50 print count.
-- --Brains.