Lua...と#演算子
2022-02-11 21:51:40
Lua言語がサポートするその他の演算子には、連結と長さがあります。
例
プログラミング言語Luaが提供する他の演算子を理解するために、次の例を試してみてください。
コピーコード
コードは以下の通りです。
a = "Hello "
b = "World"
b = "World"
print("Concatenation of string a with b is ", a..b )
print("Length of b is ",#b )
print("Length of b is ",#"Test" )
上記のプログラムを作成し、実行すると、以下のような結果が得られます。
コピーコード
コードは以下の通りです。
Concatenation of string a with b is Hello World
Length of b is 5
Length of b is 4
Length of b is 5
Length of b is 4
関連
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン