Methods

%()ΒΆ

%()(c:Command)

Returns c, wihout any processing. Convenient way to pass ready-to-run Command as an argument
Source: stdlib.ngs:3436

Example

F run_when_needed(c:Command) { ... $(c) ... }
...
run_when_needed(%(ls >/tmp/my_ls))