79599221

Date: 2025-04-29 21:22:10
Score: 0.5
Natty:
Report link

Just use a for loop to build the list?

set words {}
for {set n 0} {$n < 16} {incr n} {
    lappend words voltage_ptat_op$n
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Shawn