mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-15 03:06:16 +02:00
Removing duped entry
This commit is contained in:
@@ -149,8 +149,6 @@ $age = 22
|
|||||||
# $null is not an object
|
# $null is not an object
|
||||||
$null # => None
|
$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.
|
# $null, 0, and empty strings and arrays all evaluate to False.
|
||||||
# All other values are True
|
# All other values are True
|
||||||
function test ($value) {
|
function test ($value) {
|
||||||
|
Reference in New Issue
Block a user