Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Streaming Integers
Last updated at 2:08 pm UTC on 3 December 2003
Andrew C. Greenberg has implemented support for integer streams for named primitives to provide a means to express constructs such as

self cCode: 'while(next=*ptr++) {...next...}'