File: flow_subroutine.ppl

package info (click to toggle)
pyxplot 0.9.2-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,288 kB
  • sloc: ansic: 50,373; xml: 1,339; python: 570; sh: 318; makefile: 89
file content (4 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (6)
1
2
3
4
subroutine f(x,y) { print "%s - %s = %s"%(x,y,x-y) ; }

call f(2,1)
call f(5*unit(inch), 10*unit(mm))