Skip to content

Syntax Function

Here I use the word fungsi because I don't have any options for some Javanese words for Function.

Example:

1
2
3
4
fungsi tambah(a, b) {
  catetan("Menambahkan ", a, " dan ", b)
  return a + b
}