6 lines
122 B
AutoHotkey
6 lines
122 B
AutoHotkey
n := 13
|
|
x := n2lexicog(n)
|
|
for k, v in x
|
|
output .= v ", "
|
|
MsgBox % "[" Trim(output, ", ") "]" ; show output
|
|
return
|