mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
4 lines
174 B
Plaintext
4 lines
174 B
Plaintext
Class::ReturnValue is a "clever" return value object that can allow code
|
|
calling your routine to expect: a boolean value (did it fail) or a list
|
|
(what are the return values)
|