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

Content added Content deleted
No edit summary
(add RPL)
Line 1,872: Line 1,872:
end
end
</syntaxhighlight>
</syntaxhighlight>

=={{header|RPL}}==
'''DO'''
'''DO UNTIL''' KEY '''END'''
'''UNTIL''' "YN" SWAP POS '''END'''
"YN" LAST DUP SUB
´'''TASK'''’ STO


=={{header|Ruby}}==
=={{header|Ruby}}==