[ Help | Earliest Comments | Latest Comments ][ List All Subjects of Discussion | Create New Subject of Discussion ][ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]Single Comment Game Courier Developer's Guide. Learn how to design and program Chess variants for Game Courier.[All Comments] [Add Comment or Rating] A. M. DeWitt wrote on Sun, Dec 25, 2022 02:38 AM UTC:This is probably a stupid question, but can a subroutine have zero parameters? Example: sub <subname>; <...code...> endsub;
This is probably a stupid question, but can a subroutine have zero parameters?
Example:
sub <subname>;
<...code...>
endsub;