Add the "FUNSET" command to delete user-defined functions.

This commit is contained in:
Dianne Skoll
2022-10-12 14:12:13 -04:00
parent b77a261c87
commit dbe4c662c1
11 changed files with 79 additions and 1 deletions
+1
View File
@@ -260,6 +260,7 @@ static void DoReminders(void)
case T_Flush: r=DoFlush(&p); break;
case T_Set: r=DoSet(&p); break;
case T_Fset: r=DoFset(&p); break;
case T_Funset: r=DoFunset(&p); break;
case T_UnSet: r=DoUnset(&p); break;
case T_Clr: r=DoClear(&p); break;
case T_Debug: r=DoDebug(&p); break;