about summary refs log tree commit diff stats
path: root/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'manage.c')
0 files changed, 0 insertions, 0 deletions
d0789c79f76c8d1f'>12d73ee8 ^
f08a13e1 ^
ec961781 ^
54d48b25 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
             
                   

                                                            






                                             
                            
                   
 
recipe main [
  switch-to-display
  print-character-to-display 97:literal
  1:integer/raw, 2:integer/raw <- cursor-position-on-display
  wait-for-key-from-keyboard
  clear-display
  move-cursor-on-display 0:literal, 4:literal
  print-character-to-display 98:literal
  wait-for-key-from-keyboard
  move-cursor-on-display 0:literal, 0:literal
  clear-line-on-display
  wait-for-key-from-keyboard
  return-to-console
]