You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N: Start number (required) M: Increment by this number (optional, default: 1)) P: Number of left-padding zeroes (optional, default: 0)
1 1 0
1| 2| 3|
range STARTEND
START: the start number END: the end number
range 5 7
5| 6| 7| 5| 6| 7\
Would you consider overloading range N as N?
"Maybe I should learn" the language you are defining; however, it sounds more intuitive for me to write range 7 than 7, since all of the other commands have a starting verb. (also, range 7 does nothing right now)
The text was updated successfully, but these errors were encountered:
From the wiki https://github.com/duydao/Text-Pastry/wiki/Command-Line-Reference:
M: Increment by this number (optional, default: 1))
P: Number of left-padding zeroes (optional, default: 0)
2|
3|
END: the end number
6|
7|
5|
6|
7\
Would you consider overloading
range N
asN
?"Maybe I should learn" the language you are defining; however, it sounds more intuitive for me to write
range 7
than7
, since all of the other commands have a starting verb. (also,range 7
does nothing right now)The text was updated successfully, but these errors were encountered: