13 lines
214 B
Text
13 lines
214 B
Text
Module Checkit {
|
|
a=Stack
|
|
Stack a {
|
|
Data 100,200, 300
|
|
}
|
|
Stack a {
|
|
While not empty {
|
|
Read N
|
|
Print N
|
|
}
|
|
}
|
|
}
|
|
Checkit
|