Search Results

2
votes

Does TCL have some concept of function pointers?

A slightly expanded example of what was listed above that might illustrate the Strategy Pattern more clearly: proc PrintToPDF {document} { <snip logic> } proc PrintToScreen { …