C# <-> FreeBASIC | Automatic variable

Declaration

automatic variable declaration Variable declaration is used for its creation.

type name =init_value;
type name =init_value , name = init_value;

Use

variable use Using variables, you can access the data stored in a variable, can be used to store or retrieve the value.

name