may be redundance with : Macro stepper in DrRacket
but my question here is "why I have no buttons "Previous term" and "Next term".in my macro-stepper? I notice there: http://www.ccs.neu.edu/home/ryanc/macro-stepper/macro-stepper-Z-H-1.html#node_chap_1 say:
When your program consists of multiple top-level definitions or expressions, the macro stepper also provides “Previous term” and “Next term” buttons to go up and down in the terms of your program.
in my opinion,top-level mean "in a module",but what the "multiple top-level definitions" means?can someone give me a example to explanations it? I have try write two define-rule macro in different and export them ,and have seen the two macro in macro-steper occur ,but there still not the "next term".
is there have any more articles on how to use it? Is it because that article is out of date and there is no "previous term" and "next term" button in the current dracket?
DrRacket version: 7.6 in windows10
I find this :
but I still not know what "multiple top-level definitions"means..
I have try create two file ,and the source like that: https://i.stack.imgur.com/uTwr4.jpg https://i.stack.imgur.com/8JmPW.jpg
and when I begin macro-stepper,it show like that:
https://i.stack.imgur.com/9mYrB.jpg there only have four button,not the"previous term" and "next term". or I misunderstanding the "multiple top-level definitions"?
update:I find this:
If the macro stepper is showing multiple expansions, then it also provides “Previous term” and “Next term” buttons to go up and down in the list of expansions. Horizontal lines delimit the current expansion from the others.