debug

ソース
Debug.ON()
 
a = 10
b = 15
 
Debug.print("This is debug lines :")
Debug.print("a = "..a)
Debug.print("b = "..b)
Debug.print("a+b = "..a+b)
Debug.print("Press START to quit")
 
while not Keys.newPress.Start do
 
	Controls.read()
 
	startDrawing()
	stopDrawing()
 
end
 
a = nil
b = nil
 

実行結果




タグ:

+ タグ編集
  • タグ:
最終更新:2010年10月09日 10:38
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。
添付ファイル