RosettaCodeData/Task/24-game/LiveCode/24-game-1.livecode

6 lines
201 B
Plaintext

on mouseUp
put empty into fld "EvalField"
put empty into fld "AnswerField"
put random(9) & comma & random(9) & comma & random(9) & comma & random(9) into fld "YourNumbersField"
end mouseUp