format spaced rep output
This commit is contained in:
@@ -34,15 +34,15 @@
|
|||||||
(set ,cPreviousEaseFactor (max 1.3 ,cPreviousEaseFactor))
|
(set ,cPreviousEaseFactor (max 1.3 ,cPreviousEaseFactor))
|
||||||
(set ,cPreviousInterval interval)
|
(set ,cPreviousInterval interval)
|
||||||
(doFor _ (range interval)
|
(doFor _ (range interval)
|
||||||
(set ,cNextDate #{DateTime.now() + oneDayInterval;}#))
|
(set ,cNextDate #{DateTime.now() + oneDayInterval;}#)))
|
||||||
(print interval))
|
|
||||||
|
|
||||||
(let [:DateTime nextDate ,cNextDate]
|
(let [:DateTime nextDate ,cNextDate]
|
||||||
(if #{DateTime.now() > nextDate;}#
|
(if #{DateTime.now() > nextDate;}#
|
||||||
{
|
{
|
||||||
(print .front ,cObject)
|
(Sys.print .front ,cObject)
|
||||||
(.readLine (Sys.stdin))
|
(.readLine (Sys.stdin))
|
||||||
(print .back ,cObject)
|
(print .back ,cObject)
|
||||||
|
(Sys.print "Score (0-5): ")
|
||||||
(,cScore (Std.parseInt (.readLine (Sys.stdin))))
|
(,cScore (Std.parseInt (.readLine (Sys.stdin))))
|
||||||
}
|
}
|
||||||
(print "skipping a card until $(nextDate.toString)")))
|
(print "skipping a card until $(nextDate.toString)")))
|
||||||
|
|||||||
Reference in New Issue
Block a user