8 lines
118 B
Plaintext
8 lines
118 B
Plaintext
|
# CMD: Returns the modules in the transitive closure of module $arg
|
||
|
|
||
|
include "library";
|
||
|
|
||
|
fullTransitiveDeps([$arg])
|
||
|
|
||
|
|