Menu

retrieve

BalinKingOfMoria

The retrieve function is used to retrieve the value of a variable and print it to the console. It cannot store the value of a variable (however, in TexCode 1.4, capabilities will be added while initializing variables and while using the [set] function).

Syntax:
retrieve <variable name> ;

For example:
int a = 1
retrieve a ;
Console output:
1 (the value of a).


Related

Wiki: Commands
Wiki: set

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.