File: example06.expected

package info (click to toggle)
spl 1.0~pre2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,240 kB
  • ctags: 1,987
  • sloc: ansic: 15,272; yacc: 3,167; sh: 272; makefile: 186; 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