The following Get-Extension
function adds the .txt
file name extension to a file name that you supply:
function Get-Extension { $name = $args[0] + ".txt" $name
}
Get-Extension myTextFile
myTextFile.txt
The following Get-Extension
function adds the .txt
file name extension to a file name that you supply:
function Get-Extension { $name = $args[0] + ".txt" $name
}
Get-Extension myTextFile
myTextFile.txt
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |