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."))
it is an interpreter, and because I am the one who wrote it, it is almost certainly weird.
vurl source code is now available, or something
please log in to reply to this thread