File: function-parallel.txt

package info (click to toggle)
libixion 0.20.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,472 kB
  • sloc: cpp: 21,273; sh: 4,561; makefile: 463; python: 297
file content (11 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
%mode init
A1=WAIT()+1
A2=WAIT()+20
A3=WAIT()+15
A4=WAIT()+5
A5=A1+A2+A3+A4+WAIT()
A6=(A2+A3)*2+WAIT()
A7=A5+A6+WAIT()
%calc
%exit