File: example06.expected

package info (click to toggle)
spl 1.0~pre6-3.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,360 kB
  • sloc: ansic: 16,614; yacc: 3,182; sh: 299; makefile: 167; xml: 156
file content (4 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (5)
1
2
3
4
SPL Debug: Calling demo(x, y) ...
SPL Debug: demo(10, 20) => 10 is smaller than 20
SPL Debug: demo(15, 15) => 15 equals 15
SPL Debug: demo(20, 10) => 20 = 10 + 10