エントリーの編集

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

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
how-to-create-multiline-strings-heredoc-in-scala-cookbook
By Alvin Alexander. Last updated: September 15, 2022 This is an excerpt from 1st edition of the S... By Alvin Alexander. Last updated: September 15, 2022 This is an excerpt from 1st edition of the Scala Cookbook (partially modified for the internet). This is Recipe 1.2, “How to Create Multiline Strings in Scala.” Problem You want to create multiline strings within your Scala source code, like you can with the “heredoc” syntax of other languages. Solution In Scala you create multiline strings by s