mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Move help from Comment-based to md. Relocate functions (sans help)
This commit is contained in:
3
ExportedCommands/Get-Range.ps1
Normal file
3
ExportedCommands/Get-Range.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
function Get-Range ($start=0,$stop,$step=1) {
|
||||
for ($idx = $start; $idx -lt $stop; $idx+=$step) {$idx}
|
||||
}
|
||||
Reference in New Issue
Block a user