CS 535 Object-Oriented Programming Fall Semester, 2003 Assignment 1 |
||
---|---|---|
© 2003, All Rights Reserved, SDSU & Roger Whitney San Diego State University -- This page last updated 05-Sep-03 |
next ^(self asInteger + 1) asCharacter
$a next $z next 'abc' collect: [:each | each next]
$z next returns $aand
$Z next returns $A