Keyboard input/Obtain a Y or N response: Difference between revisions

Line 1,702:
 
=={{header|VB-DOS}}==
<lang visualVisual basic for DOSBasic.NET>OPTION EXPLICIT
DIM T AS INTEGER
T = MSGBOX("Click on yes or no", 4, "Option")
Line 1,709:
PRINT "."
END</lang>
 
 
=={{header|Vedit macro language}}==
58

edits