User talk:CalmoSoft: Difference between revisions

From Rosetta Code
Content added Content deleted
(Blanked the page)
 
(131 intermediate revisions by 11 users not shown)
Line 1: Line 1:
==Output==
Hi. I've noticed that many of your Ring entries do not show output, even if the task requires it. For instance the Runge-Kutta task explicitly requires output, but the Ring code doesn't even seem to print anything. Output is important because it's often the only easy way we can tell if the code works as the task intended. [[User:Fwend|Fwend]] ([[User talk:Fwend|talk]]) 13:39, 30 March 2016 (UTC)

Hello Fwend,

In the Ring "see" is the output command.
See the next line in the "Runge-Kutta method" program:

see "y(" + t + ") = " + y + " error = " + (actual - y) + nl ok

Greetings,
Gal Zsolt
(~ CalmoSoft ~)

: Alright, but it's still necessary to post the output. You can do this using <pre>...</pre> tags. [[User:Fwend|Fwend]] ([[User talk:Fwend|talk]]) 17:07, 30 March 2016 (UTC)

Latest revision as of 12:34, 2 March 2022