j
k
j a
j l
On 15-12-15 10:23, Sven Van Caekenberghe wrote:
...passwordHash passwordHash ifNil: [ ^'' ]. ^ passwordHash That last method is not needed, since 'any string' = nil is false, right ?
passwordHash passwordHash ifNil: [ ^'' ]. ^ passwordHash
That last method is not needed, since 'any string' = nil is false, right ?
Yep. Stephan
Back to the thread
Back to the list