エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Octal or not Octal
A number literal with begins with 0 differs between programming languages. For example, a program... A number literal with begins with 0 differs between programming languages. For example, a programming language considers 015 as 13, or as 15 just by ignoring the first 0, or even throws an error. I categorized some programming languages by the view. 015 == 13 Clojure Scala Java Ruby C Vim script JavaScript 015 == 15 Haskell Scheme Emacs Lisp Lua Common Lisp Exception Python CoffeeScript