X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=%E9%96%A2%E6%95%B0%E3%83%BB%E5%91%BD%E4%BB%A4%2FFILL%EF%BC%84.txt;fp=%E9%96%A2%E6%95%B0%E3%83%BB%E5%91%BD%E4%BB%A4%2FFILL%EF%BC%84.txt;h=9164e64e5bc592aa32520114d607a73f28f9707f;hb=e1a04368141e38f6a5760d96521c1311ca82b81a;hp=47fb824ab58fc93e43bef813b756aa1e20db7e25;hpb=2d054a45b9143928a7ea93ac1112adf5440dc6d9;p=bacon%2FBaCon-Japanese.git diff --git a/関数・命令/FILL$.txt b/関数・命令/FILL$.txt index 47fb824..9164e64 100644 --- a/関数・命令/FILL$.txt +++ b/関数・命令/FILL$.txt @@ -1 +1,11 @@ - FILL$ FILL$(, ) Type: function 文字分のアスキー番号 y の文字を返します。 の値は 0〜255 です。 例 「@」10文字を表示します: PRINT FILL$(10, ASC("@")) \ No newline at end of file + FILL$ + + FILL$(, ) + + Type: function + + 文字分のアスキー番号 y の文字を返します。 の値は 0〜255 です。 + 例 「@」10文字を表示します: + + PRINT FILL$(10, ASC("@")) +