W3Schools Tryit Editor
[
フレーム
]
Run ❯
Get your
own
website
Go to Spaces
Ctrl+Alt+P
class Car(var brand: String, var model: String, var year: Int) { // Class function fun drive() { println("Wrooom!") } // Class function with parameters fun speed(maxSpeed: Int) { println("Max speed is: " + maxSpeed) } } fun main() { val c1 = Car("Ford", "Mustang", 1969) // Print property values println(c1.brand + " " + c1.model + " " + c1.year) // Call the functions c1.drive() c1.speed(200) }
Ford Mustang 1969
Wrooom!
Max speed is: 200
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル