index
:
clyne/calculator
master
Open-source graphing calculator firmware
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
initrd
/
init
blob: 17eb48d2a17a9d308a3184cc9309a17c13abe77f (
plain
)
1
2
3
4
5
6
7
8
input = 0 while (1) { while (input == 0) { input = getkey } print(input) input = 0 }