memoizing_procs_test::return_upper_case_text (private)

 memoizing_procs_test::return_upper_case_text -txt txt

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

Test proc that returns a string in uppercase

Switches:
-txt
(required)

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

Testcases:
No testcase defined.
Source code:
    set response $txt
    append response " in uppercase is "
    append response [string toupper $txt]
    return $response
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: