2 lines
39 B
Tcl
2 lines
39 B
Tcl
|
|
puts stdout "$j * $n = [expr $j * $n]"
|
|
|
puts stdout "$j * $n = [expr $j * $n]"
|