Translations:Call (returns)/9/en: Difference between revisions

From StarLogo Nova Wiki
(Importing a new version from external source)
 
(No difference)

Latest revision as of 18:55, 14 August 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Call (returns))
In this model, a created [[Special:MyLanguage/Procedure|procedure]] calculates the distance of the “Turtle” agent from the center of spaceland using the pythagorean theorem. Whenever the calculate distance button is pushed, the [[Special:MyLanguage/Procedure|procedure]] ‘Calculate Distance’ is called and the distance from the center is displayed in a data box.  Note that this shape of the call block is used to retrieve the returned information from the [[Special:MyLanguage/Procedure|procedure]].

In this model, a created procedure calculates the distance of the “Turtle” agent from the center of spaceland using the pythagorean theorem. Whenever the calculate distance button is pushed, the procedure ‘Calculate Distance’ is called and the distance from the center is displayed in a data box. Note that this shape of the call block is used to retrieve the returned information from the procedure.