about summary refs log blame commit diff stats
path: root/html/mouse.mu.html
blob: c4926f249e0f36f5ffec3e63d97f13785a7b89b0 (plain) (tree)













































                                                                                                 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Mu - mouse.mu</title>
<meta name="Generator" content="Vim/7.4">
<meta name="plugin-version" content="vim7.4_v1">
<meta name="syntax" content="none">
<meta name="settings" content="use_css,pre_wrap,no_foldcolumn,expand_tabs,prevent_copy=">
<meta name="colorscheme" content="minimal">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; }
body { font-family: monospace; color: #eeeeee; background-color: #080808; }
* { font-size: 1em; }
.Comment { color: #8080ff; }
.Delimiter { color: #c000c0; }
.Special { color: #ff6060; }
.muControl { color: #804000; }
.muRecipe { color: #ff8700; }
-->
</style>

<script type='text/javascript'>
<!--

-->
</script>
</head>
<body>
<pre id='vimCodeElement'>
<span class="Comment"># example program: managing the display</span>

<span class="muRecipe">recipe</span> main [
  switch-to-display
  <span class="Delimiter">{</span>
    _, found?:boolean<span class="Special"> &lt;- </span>read-keyboard-or-mouse-event
    <span class="muControl">break-if</span> found?:boolean
    <span class="muControl">loop</span>
  <span class="Delimiter">}</span>
  return-to-console
]
</pre>
</body>
</html>
<!-- vim: set foldmethod=manual : -->