User input/Text: Difference between revisions

Content added Content deleted
No edit summary
(Added 11l)
Line 3: Line 3:


See also: [[User input/Graphical]]
See also: [[User input/Graphical]]

=={{header|11l}}==
<lang 11l>V string = input(‘Input a string: ’)
V number = Float(input(‘Input a number: ’))</lang>


=={{header|AArch64 Assembly}}==
=={{header|AArch64 Assembly}}==