Print

Outputs text or values to the console

Keywords

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Void

Quick Summary

Outputs text or values to the console

Technical Exegesis...

Outputs text or values to the console. Takes one or more expressions separated by commas or concatenated with &. Use for displaying messages, debugging output, or showing variable values. Multiple values can be printed in a single statement. Strings, numbers, and expressions are automatically converted to text for display.

Example

Example.bam
; No example implemented yet