This website requires JavaScript.
Explore
Help
Sign In
clyne
/
calculator
Watch
1
Star
0
Fork
0
You've already forked calculator
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
calculator
/
initrd
/
init
9 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
keypad driver progress
2018-03-26 12:29:10 -04:00
input = 0
various fixes; new interpreter library
2018-03-21 12:20:44 -04:00
while (1) {
keypad driver progress
2018-03-26 12:29:10 -04:00
while (input == 0) {
input = getkey
various fixes; new interpreter library
2018-03-21 12:20:44 -04:00
}
keypad driver progress
2018-03-26 12:29:10 -04:00
print(input)
input = 0
various fixes; new interpreter library
2018-03-21 12:20:44 -04:00
}
Reference in New Issue
Copy Permalink