define php

PHP
define("name", {value});$var = 5; //int
$var = "hey"; //str
$var = 'A'; //char
Source

Also in PHP: