mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-14 10:45:06 +02:00
Removing duped entry
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user