This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The post-it note on the computer reads "Spring, 1922". | |
| -> hub | |
| === hub | |
| ~ temp allFiles = LIST_ALL(Files) | |
| - (loop) | |
| ~ temp file = pop(allFiles) // pop is an ink function from the "Ink" menu | |
| { Files ? file: // have you seen it? let's list the ones we've found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The space elevator climbs slowly towards the stars. | |
| - (opts) | |
| <- talk_to_my_companion(-> opts) | |
| * I look out of the window... | |
| * I whistle a tune... | |
| === talk_to_my_companion(-> return_to) | |
| // create a tunnel, so conversation blocks can end with simple tunnel returns | |
| -> options -> return_to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LIST Inventory = (Key), (Torch), (Amulet) | |
| VAR lastUsed = () | |
| -> dark | |
| = dark | |
| It's dark. You can't see. | |
| - (top) | |
| -> useSomething -> |
OlderNewer