vitalforge / Morj

Morj is an object-oriented programming language tailored to the functionality of Minecraft datapacks.
MIT License
1 stars 1 forks source link

Basic OOP - Methods #5

Open ButterSus opened 2 months ago

ButterSus commented 2 months ago
methodName(param: ParamType = "DefaulValue"): ReturnType {
     return /* ... */
}
ButterSus commented 2 months ago

@Werckut, can you provide more details?

Werckut commented 2 months ago

@ButterSus, все как в котлине

ButterSus commented 2 months ago

Okay