| |||||||||||
| A direct window to the MINERVA machine: it takes a query and returns the answer (if here is an answer). A window like this can be used if a task does not require a polished graphical user interface or wants to exploit the expressiveness of MINERVA textual terms for user interaction. Try for example to compute a series of numbers, just type the request into the input area:
for(1,Exp,20), A is round(pow(10,Exp)), println([Exp,': ',A]),fail.
The source program is guibreak.min.
| |||||||||||
| |||||||||||
| Back> |
|