GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Fork
: 0
uBixOS
/
ubixfs-2
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
ubixfs-2
/ keytest.pas
flameshadow
on 10 Jun 2005
115 bytes
UbixFS
Raw
Blame
History
uses crt, dos; var ky:char; begin repeat ky := readkey; writeln(ord(ky)); until ky = #27; end.