プレイ日記
Ep17 EmPx17
How do you print quotation marks? Like if i make a game and i want one of the characters to quote somthing.
0そうだね
プレイ済み
返信[1]
親投稿
Ep17 EmPx17
Something*
0そうだね
プレイ済み
返信[2]
親投稿
Gale Storm GaleTheStorm
The character code for quotation marks is 34. PRINT CHR$(34)+"QUOTE"+CHR$(34) Output: "QUOTE" You can also replace the +'s with semicolons ( ; ).
4そうだね
プレイ済み
返信[3]
親投稿
Ep17 EmPx17
Ok thanks
1そうだね
プレイ済み