投稿されたすべてのコード一覧
int LEDPin = 13; void setup() { pinMode(LEDPin, OUTPUT);
<iframe title="Zwapp" width="100%" height="426" src="http://www.zwapp.com/widgets/users/ここにユーザー名を入力" frameborder="0" allowfullscreen></iframe>
scala> "1234567789".map( x => x ) res0: String = 1234567789 scala> "1234567789".map( x => Option(x) ) res1: scala.collection.immutable.IndexedSeq[Option[Char]] = Vector(Some(1), Some(2), Some(3), Some(4), Some(5), Some(6), Some(7), Some(7), Some(8), Some(9))