Talk:User input/Text: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Unclear Task: new section)
Line 2: Line 2:


I can't find any information...
I can't find any information...

:In Befunge, user input only works with single characters, not with strings.
:More info: http://esolangs.org/wiki/Befunge#Instructions
:[[User:Albedo|Albedo]] ([[User talk:Albedo|talk]]) 17:30, 29 October 2016 (UTC)


== Unclear Task ==
== Unclear Task ==

Revision as of 17:30, 29 October 2016

How does string input in befunge work???

I can't find any information...

In Befunge, user input only works with single characters, not with strings.
More info: http://esolangs.org/wiki/Befunge#Instructions
Albedo (talk) 17:30, 29 October 2016 (UTC)

Unclear Task

I don't think I understand what the task is saying, and based on the code examples, neither do a lot of other people. The answers don't consistently demonstrate what to do.

Does the string matter? Do I even need to store it? After that, do I loop until I get 75000, then exit?

Calculuswhiz (talk) 03:30, 24 January 2016 (UTC)