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