Program type
Example
for p in %[ls base64 dd] assert(Program(p))
Methods
- Arg(p:Program) Source: stdlib.ngs:5967
EXPERIMENTAL!
- assert(p:Program) Source: stdlib.ngs:5958
Checks that given program is found in path. Throws AssertFail otherwise. Returns
p
- Bool(p:Program) Source: stdlib.ngs:5953
Checks whether the given program is found in path. Returns
Bool. The program is found in path or program name is absolute
- init(p:Program, name:Str) Source: stdlib.ngs:5947
External Program
- Str(p:Program) Source: stdlib.ngs:5969
Undocumented