Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このテーブルについて助けが必要です
tbl = { Noa={10,0,3}, melvin={5,3,1}, jeex={500,0,2}, kiim={100,2,3} }
このテーブルのすべての値を取得し、テーブルの例の最初の値で並べ替えます。
出力>
jeex 500 ,0,2 kiim 100 ,2,3 Noa 10,0,3 melvin 5,3,1