Fixed order in which tactic scripts are printed
This commit is contained in:
parent
1bb886cfbb
commit
13d3016c85
|
@ -80,7 +80,7 @@
|
|||
[(quit)
|
||||
(begin
|
||||
(printf "Your tactic script:~n")
|
||||
(pretty-print (map syntax->datum cmds))
|
||||
(pretty-print (reverse (map syntax->datum cmds)))
|
||||
(newline)
|
||||
ps)]
|
||||
;; TODO: Maybe use (read-eval-print-loop) and its
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
(if (< (random 10) 4)
|
||||
(begin
|
||||
(printf "Don't forget this. It took you long enough:~n")
|
||||
(pretty-print (map syntax->datum cmds))
|
||||
(pretty-print (reverse (map syntax->datum cmds)))
|
||||
(newline)
|
||||
ps)
|
||||
(begin
|
||||
|
|
Loading…
Reference in New Issue
Block a user