5 lines
110 B
Smalltalk
5 lines
110 B
Smalltalk
accessing
|
|
remoteIsFound
|
|
|
|
^ (ZnClient new url: (self userNameLink asUrl); get; response) isNotFound not
|
|
|