Skip to main content

data-types

Data types

String

Various ways to declare Strings
String interpolation WIP

int

int age = 20;
print(age);

WIP

double

WIP

bool

WIP