hyTags
HomeHome DocumentationDocumentation

value-nil

Creates a nil value of the specified type.
Parameter
Type
Description
type
Type
The type of the nil value to create
return
T
Returns a typed nil value
Test Case:Create nil string
    <div></div>
    
    <value-nil type="string">
    <value-is-nil>
    <assert-true>
    
    👆 Try to change something!
  • Test Case:Create nil number
      <div></div>
      
      <value-nil type="number">
      <value-is-nil>
      <assert-true>
      
      👆 Try to change something!
    • Test succeeded Test failed