C#
English
© Rollpie
var words = new string[] { "りんご", "みかん" }; Console.WriteLine( words[ 0 ] ); // りんご Console.WriteLine( words[ 1 ] ); // みかん