![[index]](../icons/index.gif)
Next: Extending the DrScheme Classes
Up: Processing Programs with Zodiac
Previous: interface:mark-key
This function tells the zodiac interface what phase of zodiac is about
to be executed. Call this function before calling
zodiac:expand-expr or
zodiac:read.
- (interface:set-zodiac-phase phase) -> void
phase : (union 'reader 'expander #f)
Sets the phase to phase.
PLT