Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 233 Bytes

print.md

File metadata and controls

17 lines (10 loc) · 233 Bytes

print

print("This","Is","A","Test",1,2,3);

Description

Standard print function that accepts multiple arguments and outputs to the Beefcake Console

Parameters

N/A

Return Value

Outputs to the Beefcake Console.