use tclint as parser / formatter

This commit is contained in:
2025-07-27 17:55:48 +02:00
parent c34dac847a
commit c6f0758b97
132 changed files with 10193 additions and 10794 deletions
+8
View File
@@ -2,4 +2,12 @@ proc myProc {arg {opt 1}} {
}
set myVar 1
namespace eval myNameSpace {
proc namespaceProc {} {}
}
set result [myNameSpace::namespaceProc]
MOM_abort_program "Test"