On Friday, December 5, 2003, at 07:54 AM, Wouter wrote:

on mouseUp
  repeat 10
    put the millisecs into zap
    repeat 10000
      put the millisecs into x
    end repeat
    put  the millisecs- zap  after theAnswer
    put  the millisecs into zap
    repeat 10000
      put  the millisecs into x
    end repeat
    put  space & the millisecs - zap & cr after theAnswer
  end repeat
  answer theAnswer
end mouseUp

(theAnswer times 3):


80 81 -- 80 81 -- 80 80
79 82 -- 94 80 -- 80 81
80 89 -- 79 88 -- 81 82
80 79 -- 81 81 -- 80 81
79 80 -- 81 73 -- 80 80
79 80 -- 36 35 -- 88 81
81 79 -- 36 35 -- 56 35
80 79 -- 35 36 -- 36 35
35 35 -- 35 35 -- 36 35
35 35 -- 36 35 -- 36 35

Mac G3 900 MGz

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to