2016 Update

This commit is contained in:
Tina Müller 2016-12-05 22:15:40 +01:00
parent 948b86eafa
commit dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions

View file

@ -1,10 +1,13 @@
[[user input::task| ]]
[[user input::task| ]]
{{omit from|ACL2}}
{{omit from|GUISS}}
{{omit from|PARI/GP}}
Flush the [[input device::keyboard]] buffer.
This reads characters from the keyboard input and discards them
until there are no more currently buffered,
and then allows the program to continue. <br>
Flush the &nbsp; [[input device::keyboard]] &nbsp; buffer.
This reads characters from the keyboard input and
discards them until there are no more currently buffered, &nbsp;
and then allows the program to continue.
''The program must not wait for users to type anything.''
<br><br>

View file

@ -0,0 +1 @@
$Host.UI.RawUI.FlushInputBuffer()