about summary refs log blame commit diff stats
path: root/build_and_test_until
blob: ed560e360fb1c2f5c31da1a4cb80016a2570224f (plain) (tree)
an> #00a0a0; } .Comment { color: #9090ff; } .Delimiter { color: #a04060; } .Special { color: #ff6060; } .muControl { color: #c0a020; } .muRecipe { color: #ff8700; } --> </style> <script type='text/javascript'> <!-- --> </script> </head> <body> <pre id='vimCodeElement'> <span class="Comment"># example program: reading events from keyboard or mouse</span> <span class="Comment">#</span> <span class="Comment"># Keeps printing 'a' until you press a key or click on the mouse.</span> <span class="muRecipe">recipe</span> main [ open-console <span class="Delimiter">{</span> _, found?:boolean<span class="Special"> &lt;- </span>check-for-interaction <span class="muControl">break-if</span> found?:boolean print-character-to-display <span class="Constant">97:literal</span>, <span class="Constant">7:literal/white</span> <span class="muControl">loop</span> <span class="Delimiter">}</span> close-console ] </pre> </body> </html> <!-- vim: set foldmethod=manual : -->