File: example06.expected

package info (click to toggle)
spl 1.0~pre4-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,300 kB
  • ctags: 2,057
  • sloc: ansic: 16,076; yacc: 3,184; sh: 296; makefile: 180; 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