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
@@ -62,6 +62,7 @@ Token TokArray[] = {
{ "friday", 3, T_WkDay, 4 },
{ "from", 4, T_Scanfrom, FROM_TYPE },
{ "fset", 4, T_Fset, 0 },
{ "funset", 6, T_Funset, 0 },
{ "if", 2, T_If, 0 },
{ "iftrig", 6, T_IfTrig, 0 },
{ "in", 2, T_In, 0 },