mirror of
https://github.com/jlengrand/hello-world-imba-client.git
synced 2026-03-10 00:11:21 +00:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
def method param
|
|
console.log param
|
|
|
|
def method name, {title, desc = 'no description'}
|
|
console.log name,title,desc
|
|
|
|
def multiply a\number, b\number
|
|
a * b |