質問編集履歴

1

修正

2020/09/02 08:54

投稿

sunglass
sunglass

スコア303

test CHANGED
File without changes
test CHANGED
@@ -40,15 +40,21 @@
40
40
 
41
41
 
42
42
 
43
- // trueならon
43
+ // 代入
44
44
 
45
45
 
46
46
 
47
- // faleseならoff
47
+ // switch or if
48
48
 
49
49
 
50
50
 
51
+ // true(0)ならon
51
52
 
53
+
54
+
55
+ // falseなら(1)ならoff
56
+
57
+
52
58
 
53
59
  }
54
60