RosettaCodeData/Task/Scope-modifiers/Tcl/scope-modifiers-4.tcl
2023-07-01 13:44:08 -04:00

3 lines
53 B
Tcl

proc semival args {
uplevel 1 [join $args ";"]
}