Op 26/12/2017 om 18:31 schreef pjwitte via Ql-Users:
If you want a really miserable Christmas, you could try the following - without saving your work first:

1 x% = 32000
2 y% = x%
3 z% = 1600
4 t  = x% * y% * z%: REMark Kaboooom!!!
5 PRINT "-<GROAN>- Im dead!"

The above crashes SMSQ/E 3.32 on QPC2 and SMSQmulator! Even the four-finger reset wont work. The following is, as youd expect, fine:

1 x% = 32000
2 y% = x%
3 z% = 1600
4 t  = x% * y%
5 t  = t * z%
6 PRINT "Yippi! - Im still alive!"

Per
_______________________________________________
QL-Users Mailing List

Hi,

Same here.

1) QPC2: screen fills with light brown colour up to bottom half of the screen then QPC2 locks

2) SMSQMumator:  locks immediately.

François Van Emelen



_______________________________________________
QL-Users Mailing List

Reply via email to