Split "help" into "help" and "help2"; ditch pager

This commit is contained in:
Juerd Waalboer 2022-06-11 16:31:44 +02:00
parent a7a5f14e0c
commit f262bce57c
13 changed files with 32 additions and 36 deletions

View file

@ -65,6 +65,9 @@ sub load($class) {
sub FETCH_CODE_ATTRIBUTES {
return \$ATTR{ +pop };
}
sub HELP1 {
\$::HELP1{ +shift } = +pop;
}
sub HELP {
\$::HELP{ +shift } = +pop;
}