RosettaCodeData/Task/User-input-Text/PascalABC.NET/user-input-text.pas
2024-07-13 15:19:22 -07:00

3 lines
86 B
ObjectPascal

##
var s := ReadString('Input a string:');
var n := ReadInteger('Input an integer:');