mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 01:51:38 +00:00
commit
5396a70208
@ -60,7 +60,7 @@ $float = 1.2e3;
|
|||||||
$float = 7E-10;
|
$float = 7E-10;
|
||||||
|
|
||||||
// Delete variable
|
// Delete variable
|
||||||
unset($int1)
|
unset($int1);
|
||||||
|
|
||||||
// Arithmetic
|
// Arithmetic
|
||||||
$sum = 1 + 1; // 2
|
$sum = 1 + 1; // 2
|
||||||
|
Loading…
Reference in New Issue
Block a user