Type:Bobool3ol: Difference between revisions

From Resonite Wiki
Created page with "A bobool3ol is a meme value type that cannot store any value. Equality comparison between any two bobool3ol objects will always return '''true'''. Using To String on a node holding this type, will result in the string <code>tru(🍒🎂🍒)lse</code>. == Usage == This is a meme type, and has no practical purpose beyond being funny. == Related Types == * bool * bool2 * bool3..."
 
mNo edit summary
Line 1: Line 1:
A bobool3ol is a meme [[Value Type | value]] type that cannot store any value.  
A bobool3ol is a meme [[Value Type | value]] type that cannot store any value, and produces nonsensical outputs.
Equality comparison between any two bobool3ol objects will always return '''true'''.
* Equality comparisons between any two bobool3ol objects will always return '''true''' (Meaning they are identical).
* Inequality comparisons between any two bobool3ol objects will always return '''true''' (Meaning they are not identical).


Using [[To String (ProtoFlux) | To String]] on a node holding this type, will result in the string <code>tru(🍒🎂🍒)lse</code>.
Using [[To String (ProtoFlux) | To String]] on a node holding this type, will result in the string <code>tru(🍒🎂🍒)lse</code>.

Revision as of 18:28, 14 January 2024

A bobool3ol is a meme value type that cannot store any value, and produces nonsensical outputs.

  • Equality comparisons between any two bobool3ol objects will always return true (Meaning they are identical).
  • Inequality comparisons between any two bobool3ol objects will always return true (Meaning they are not identical).

Using To String on a node holding this type, will result in the string tru(🍒🎂🍒)lse.

Usage

This is a meme type, and has no practical purpose beyond being funny.

Related Types