| 165 | static basicAC_F0::name_and_type name_param[] ; |
| 166 | Expression nargs[n_name_param]; |
| 167 | bool arg(int i,Stack stack,bool a) const{ return nargs[i] ? GetAny<bool>( (*nargs[i])(stack) ): a;} |
| 168 | long argl(int i,Stack stack,long a) const{ return nargs[i] ? GetAny<long>( (*nargs[i])(stack) ): a;} |
| 169 | |
| 170 | public: |
no outgoing calls
no test coverage detected