print("Enter a string: "); STRING s := read string; print("Enter a number: "); INT i := read int; ~