Core Function Print
From Sputnik Wiki
(Difference between revisions)
(→Return Value) |
(→Return Value) |
||
Line 14: | Line 14: | ||
=== Return Value === | === Return Value === | ||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Remarks === | === Remarks === |
Revision as of 23:02, 31 January 2013
Print( <expression> )
Contents |
Description
Prints an expressions string value to the console window
Parameters
Expression
The expression to print.
Return Value
Remarks
The console supports printing Unicode however it's also possible that your choice of Console font does not support that particular character. Click on the Windows Toolbar Menu (icon like C:.) and select Properties -> Font. Try some other fonts to see if they display your character properly.
All values including Ints will be printed as if it was a string.
Example
print("Testy");