cfad47cfa3/t3compiler/tads3/test/data/funcrep2.t

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
/*
2
 *   test of 'replace' function - replace a function in another module 
3
 */
4
5
replace function f2(a, b, c)
6
{
7
    "This is the replaced version of f2!!!\n";
8
    "a = <<a>>, b = <<b>>, c = <<c>>\n";
9
}