Example: lr.save_int

In the following example, lr.save_int assigns the integer 5433 to the parameter ID. This parameter is then used in an output message.

lr.save_int( 5433, "ID" );
    // ...
lr.output_message("Get identification number: " + lr.eval_int("<ID>") );