変換関数を追加

This commit is contained in:
syuilo 2019-04-30 07:49:46 +09:00
parent da82754659
commit c9763dabe1
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 12 additions and 0 deletions

View file

@ -1907,6 +1907,7 @@ pages:
value: "値"
fn: "関数"
text: "テキスト操作"
convert: "変換"
blocks:
text: "テキスト"
multiLineText: "テキスト(複数行)"
@ -2005,6 +2006,12 @@ pages:
_dailyRandomPick:
arg1: "リスト"
number: "数"
stringToNumber: "テキストを数値に"
_stringToNumber:
arg1: "テキスト"
numberToString: "数値をテキストに"
_numberToString:
arg1: "数値"
ref: "変数"
in: "入力"
_in: