Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
Module CheckIt {
|
||||
Keyboard "75000"+chr$(13)
|
||||
Input "Integer:", A%
|
||||
\\ Input erase keyboard buffer, we can't place in first Keyboard keys for second input
|
||||
Keyboard "Hello World"+Chr$(13)
|
||||
Input "String:", A$
|
||||
Print A%, A$
|
||||
}
|
||||
CheckIt
|
||||
Loading…
Add table
Add a link
Reference in a new issue