4 lines
104 B
Forth
4 lines
104 B
Forth
|
|
open System;
|
||
|
|
|
||
|
|
let chr = if Console.KeyAvailable then Console.ReadKey().Key.ToString() else String.Empty
|