Skip to content

Standard Environment

João Bispo edited this page May 4, 2023 · 1 revision

Functions

  • println(String message): Prints the given message to the standard output, suffixed by a newline.

Objects

  • laraArgs: Arguments passed in the command line using the flag -av/--argv, or in the GUI option Aspect Arguments populate the object 'laraArgs', which is always available. If no arguments are given, the object will be empty.
Clone this wiki locally