/wtwtf { set %output $null set %x 1 while (%x <= $1) { var %output = %output $+ $chr($rand(1,999)) var %x = %x + 1 } say %output }