From d5cc926ec6c3020d2d51cacc7d14e59c558c4167 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Sun, 30 Jun 2024 14:48:13 +1000 Subject: beginning draftwork on modules --- html.tcl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 html.tcl (limited to 'html.tcl') diff --git a/html.tcl b/html.tcl new file mode 100755 index 0000000..9a6a946 --- /dev/null +++ b/html.tcl @@ -0,0 +1,16 @@ + +namespace eval html { + + proc start {title} { + return "$title"; + } + + proc end {} { + return "" + } + + proc link {name link} { + return "$name" + } + +} -- cgit v1.2.3