We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
print Value [Value] ...
print Variable [Variable] ...
コンソールに値を出力します。 引数は可変長です。
int a 100 float b 1.234 string c "Hello" print "a=" a " b= " b " c= " c
There was an error while loading. Please reload this page.