sumim #6350(2008/05/27 03:06 GMT) [ Smalltalk ] Rating0/0=0.00
Squeak Smalltalk で。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| process | process := [ World findATranscript: nil. [ Transcript show: $a. (Delay forSeconds: 1) wait ] repeat ] fork. [ ActiveHand checkForMoreKeyboard ifNotNilDo: [:event | event keyCharacter = $q ifTrue: [^process terminate]. event keyCharacter = $p ifTrue: [ process isSuspended ifTrue: [process resume] ifFalse: [process suspend]]]. Processor yield. ] repeat
Rating0/0=0.00-0+
[ reply ]
sumim
#6350()
[
Smalltalk
]
Rating0/0=0.00
Squeak Smalltalk で。
| process | process := [ World findATranscript: nil. [ Transcript show: $a. (Delay forSeconds: 1) wait ] repeat ] fork. [ ActiveHand checkForMoreKeyboard ifNotNilDo: [:event | event keyCharacter = $q ifTrue: [^process terminate]. event keyCharacter = $p ifTrue: [ process isSuspended ifTrue: [process resume] ifFalse: [process suspend]]]. Processor yield. ] repeatRating0/0=0.00-0+
[ reply ]