Menu

set

BalinKingOfMoria

The set function is used to set a variable's value to either another variable's value or a raw value.

Syntax:
set <variable name> to/= <value> ;

For example:
int a ;
int b = 5
set a to 1 ;
set a to b ;


Related

Wiki: Commands
Wiki: retrieve

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.