File: vector.fee

package info (click to toggle)
feenox 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,068 kB
  • sloc: ansic: 28,856; sh: 7,201; makefile: 556; python: 554; xml: 500
file content (4 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (2)
1
2
3
4
VECTOR x SIZE 3 DATA 1^1 2+2 3*3
VECTOR y[3]
y[i] = i^2
PRINT (x[1]+x[2]+x[3])*(y[1]+y[2]+y[3])