Sha256: ac5c13dfe0c2ffaf8bbad802b8c80e15a98405570a2ae784048a8c32edaa9c5c
Contents?: true
Size: 263 Bytes
Versions: 55
Compression:
Stored size: 263 Bytes
Contents
unit utwofer; interface function twoFer(aName: string=''): string; implementation uses SysUtils; function twoFer(aName: string=''): string; begin if trim(aName).IsEmpty then aName := 'you'; result := 'One for ' + aName + ', one for me.'; end; end.
Version data entries
55 entries across 55 versions & 1 rubygems