memoizing_procs_test::return_string (private)

 memoizing_procs_test::return_string -name name

Defined in packages/acs-tcl/tcl/test/memoizing-procs.tcl

Test proc that returns a string

Switches:
-name (required)

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    set response "This is a test for "
    append response $name
    return $response
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: