Jump to content

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

Cookies help us deliver our services. By using our services, you agree to our use of cookies.