Lua
C++
Edit

Print

This function prints a line of text to the program output.

Syntax

Parameter Description
value string or data to display
linereturn set to true to add a new line character at the end

Example

#include "UltraEngine.h"

using namespace UltraEngine;

int main(int argc, const char* argv[])
{
  Print("Hello, world!");
  return 0;
}
Copyright © 2024 Ultra Software.
All rights reserved.