mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-09 06:34:04 +09:00
rudimentary and perhaps broken LESS impl
This commit is contained in:
6
assets/keytest.js
Normal file
6
assets/keytest.js
Normal file
@@ -0,0 +1,6 @@
|
||||
println("Hit Ctrl-C or Ctrl-D to exit");
|
||||
while (true) {
|
||||
let key = con.getch()
|
||||
println(key);
|
||||
if (key == 3 || key == 4) break;
|
||||
}
|
||||
Reference in New Issue
Block a user