AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkScene.Print Method (Integer)

Prints the given value to the screen and adds a new line character so that the next Print command will be one line down.

Syntax
Pascal
class procedure Print(const Value: Integer); overload; static;
Parameters 
Description 
const Value: Integer 
the (signed) integer value to print. 
Copyright (c) 2012. All rights reserved.