We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nullvalue.json
1 parent ba57936 commit 7a0a2e1Copy full SHA for 7a0a2e1
data/en/nullvalue.json
@@ -11,10 +11,16 @@
11
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/type/nullvalue"}
12
},
13
"examples": [{
14
+ "title":"Example using nullvalue",
15
+ "description":"",
16
+ "code":"isNull(nullValue())",
17
+ "result":true,
18
+ "runnable":true
19
+ },{
20
"title":"ColdFusion polyfill",
21
"description":"Using java data type null instead",
- "code":"writeOutput(isNull(nullValue()));",
- "result":"YES",
22
+ "code":"isNull(javaCast('null', ''))",
23
24
"runnable":true
25
}],
26
"links": []
0 commit comments