https://emily.shillest.net/ayaya/index.php?マニュアル/関数/GETFUNCLIST
GETFUNCLIST( [ prefix ] )
//form https://github.com/Taromati2
//free to copy/edit/use
CALLALLFUNCTIONBEGINAS {
_L= GETFUNCLIST(_argv[0])
foreach _L;_V {
EVAL(_V)
}
}
CALLALLFUNCTIONINRE {
_L= GETFUNCLIST
foreach _L;_V {
if RE_GREP(_V,_argv[0])
EVAL(_V)
}
}
|
Last modified on: 2021-07-12 (Monday) 23:28:07
|