Scala 注釋

2022-05-13 14:13 更新

Scala注釋很像Java和C ++注釋。

多行注釋以/*開(kāi)頭,以*/結(jié)束。

/*
    This is a multiline comment:
*/

單行注釋用//開(kāi)頭,并繼續(xù)到行尾:

// This is a single line comment

在Scala中,我們可以嵌套多行注釋:

/*
This is an outer comment
/* And this comment
is nested
*/
Outer comment
*/
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)