module main author unknown version 1 0 description '' variables num script 50 50 { whenStarted forever { num = (random 1 100) printIt num } }