vimwiki

Java variable and data type

Declaration

dataType variableName = value;

int myVariable = 2;

Type