mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Removing duped entry
This commit is contained in:
parent
e6a53387be
commit
2e9734975e
@ -149,8 +149,6 @@ $age = 22
|
||||
# $null is not an object
|
||||
$null # => None
|
||||
|
||||
# $null, 0, and empty strings and arrays all evaluate to False.
|
||||
# All other values are True
|
||||
# $null, 0, and empty strings and arrays all evaluate to False.
|
||||
# All other values are True
|
||||
function test ($value) {
|
||||
|
Loading…
Reference in New Issue
Block a user