In KiXtart ? is the equivalent of carriage return/line feed not a PRINT statement

So the line before the ? is shown on the screen and then the cursor moves down one line.

The quote marks are to seperate the string of text from the variables

Using the first line 'My ip address (' $MyIP ') exists in network $I (' $Networks[$I] ')' ?

Would result on screen like this

My ip address (192.168.1.25) exists in network 3 (192.168.1.0)
_________________________
Today is the tomorrow you worried about yesterday.