Arrays: Difference between revisions

Content added Content deleted
(→‎{{header|Wren}}: Added syntax highlighting.)
m (→‎{{header|Explore}}: The description of the first paragraph looks less amateurish.)
Line 2,596: Line 2,596:


=={{header|Explore}}==
=={{header|Explore}}==
This example that uses the code from the Scratch solution (you can go to [[Arrays#Scratch]] for the original example), which requires making an array named "array" first, works, unmodified:<br>https://i.ibb.co/Hp6dLXX/Arrays-in-Explore-using-the-Scratch-solution.png
The [[Scratch]] [[Arrays#Scratch|solution]], which requires making an array named "array" first, works, unmodified:<br>https://i.ibb.co/Hp6dLXX/Arrays-in-Explore-using-the-Scratch-solution.png


This example uses a special block located in the Strings category, and outputs the results of the repeating of the string to a "say" block, and additionally starts when the flag is activated:<br>https://i.ibb.co/QN4ys6k/Arrays-in-Explore-using-a-special-block.png
This example uses a special block located in the Strings category, and outputs the results of the repeating of the string to a "say" block, and additionally starts when the flag is activated:<br>https://i.ibb.co/QN4ys6k/Arrays-in-Explore-using-a-special-block.png