Sha256: 2e8899350404745388bc7e3ccc55ca7b6b5353b1127c2bdf6899efe5b639ca03

Contents?: true

Size: 210 Bytes

Versions: 4

Compression:

Stored size: 210 Bytes

Contents

param $N := 3

Rule Main
  output '1' or '2' or '3'
Flow
  rule Init
  case $N
  when 1
    rule SingleLoop
  when 2
    rule PairLoop
  when 3
    rule TripletLoop
  end
End

Rule Init
  output '1'.touch
End

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pione-0.3.1 example/LoopByTouch/LoopByTouch.pione
pione-0.3.0 example/LoopByTouch/LoopByTouch.pione
pione-0.2.2 example/LoopByTouch/LoopByTouch.pione
pione-0.2.1 example/LoopByTouch/LoopByTouch.pione