Introduce "FSET - f(args) expr" syntax to define a function and suppress any "redefined function" warnings.

This commit is contained in:
Dianne Skoll
2025-05-28 14:40:46 -04:00
parent 516b9c81b3
commit 71d2da19a8
4 changed files with 38 additions and 7 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ REM 1 March OMITFUNC _ofunc AFTER MSG OmitFunc Test
REM 8 March OMITFUNC _ofunc -1 MSG OmitFunc Test 2
# omitfunc ignores local/global omits
fset _ofunc(x) 0
fset - _ofunc(x) 0
OMIT 1 March
OMIT 2 March 1991
REM 1 March OMIT Sun OMITFUNC _ofunc AFTER MSG Should trigger 1 March