Function Calls

(note): current documentation is subject to change.

Functions can be called with arguments..

print("Hello world!")

Or without..

sayHi()

Function calls can be chained..

$("#something").fadeOut(500)