File: test_redirect.mw

package info (click to toggle)
mwrap 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,480 kB
  • sloc: cpp: 3,315; python: 1,850; ansic: 856; makefile: 255; lex: 233; sh: 145
file content (5 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (7)
1
2
3
4
5
@function test_redirect
if test_redirect1(42) ~= 42, fprint('Failure: Redirection failed?'); end

@function x = test_redirect1(y)
x = y;