print "this is vurl, viba's useless rudimentary language."

print "how many bees would you like?"
set n (input)
set i 1
while (lte [i] [n])
    print "bee"
    set i (add [i] 1)
end
print (join "generation of " (join [n] " bees complete."))