2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

F#でuntilめいたもの

2
Last updated at Posted at 2012-11-14

イケてないけど、F# の until を書いてみた。 > ideone.com/yGVoJ5

とのことだったので書いてみた。

// 1 ..< 3 みたいに使う。う、いけてない記号の選択・・・
let (..<) init last = seq { init..(last-1) }

QiitaにF#の投稿が少ないのは、QiitaがF#のシンタックスハイライトに対応してないからな気も。。。

2
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?