wrote more code for process handling and return handling

This commit is contained in:
hyunghwan.chung
2016-02-15 18:07:20 +00:00
parent df226a4790
commit 9edf849d2a
5 changed files with 162 additions and 53 deletions

View File

@ -245,7 +245,7 @@
#method(#class) getABlock
{
^ [ 'a block returned by getABlock' dump. ^ self]
^ [ 'a block returned by getABlock' dump. "^ self"]
}
#method(#class) main