DEV Community

Discussion on: If - procedural, functional, object-oriented

 
stereobooster profile image
stereobooster • Edited

Yeah... They idea is to imagine language wehere instead of true/false (0/1) they use True/False (those which I provided). It is hard to wrap head around in JS. But I have series of posts about creating a language, in this language we can:

  • 1 - implement "procedural" if
  • 2 - remove "procedural" if and implement functional if

This should be more clear.