4 lines
78 B
Factor
4 lines
78 B
Factor
"Enter a string: " write
|
|
readln
|
|
"Enter a number: " write
|
|
readln string>number
|