Home
last modified time | relevance | path

Searched refs:libref_ucs (Results 1 – 1 of 1) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DCommand.cc1302 const UCS_string & libref_ucs = args[0]; in cmd_LIBS() local
1303 const int libref = libref_ucs[0] - '0'; in cmd_LIBS()
1304 if (libref_ucs.size() != 1 || libref < 0 || libref > 9) in cmd_LIBS()
1306 CERR << "Invalid library reference " << libref_ucs << "'" << endl; in cmd_LIBS()