User input/Text: Difference between revisions

Content added Content deleted
(Add LDPL)
(add RPL)
Line 2,336: Line 2,336:
end
end
</syntaxhighlight>
</syntaxhighlight>

=={{header|RPL}}==
β‰ͺ <span style="color:red">"Enter text" { "" 𝛼 }</span> INPUT <span style="color:grey">@ Set keyboard alpha mode</span>
<span style="color:red">75000</span> β†’ string n75000
β‰ͺ '''DO'''
<span style="color:red">"Enter number "</span> n + <span style="color:red">""</span> INPUT
'''UNTIL''' n β†’STR == '''END'''
string number
≫ ≫ '<span style="color:blue">TASK</span>' STO


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