Skip to content

Commit 7a0a2e1

Browse files
authored
Update nullvalue.json
1 parent ba57936 commit 7a0a2e1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

data/en/nullvalue.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@
1111
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/type/nullvalue"}
1212
},
1313
"examples": [{
14+
"title":"Example using nullvalue",
15+
"description":"",
16+
"code":"isNull(nullValue())",
17+
"result":true,
18+
"runnable":true
19+
},{
1420
"title":"ColdFusion polyfill",
1521
"description":"Using java data type null instead",
16-
"code":"writeOutput(isNull(nullValue()));",
17-
"result":"YES",
22+
"code":"isNull(javaCast('null', ''))",
23+
"result":true,
1824
"runnable":true
1925
}],
2026
"links": []

0 commit comments

Comments
 (0)