Sha256: 012adf63a2bc0abbff4c754f97faae70b50eeb83a162a258693a7cc08e190c68
Contents?: true
Size: 532 Bytes
Versions: 9
Compression:
Stored size: 532 Bytes
Contents
package_context: valid: - | # param, variable binding, and rule block param $X := 1 $Y := true Rule Test input '*.txt' output '{$*}.result' Action rev {$I[1]} > {$O[1]} End - | # param block, rule block, and rule binding Param $X := 1 $Y := 2 $Z := 3 End Rule Test input '*.txt' output '{$*}.result' param $A := 1 Action rev {$I[1]} > {$O[1]} End rule Test2 := Test
Version data entries
9 entries across 9 versions & 1 rubygems