Articles by Tag #conditionals

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

When if is just a function

In Python, when you write if x > 5: print("big"), you're using special syntax baked into the...

Learn More 0 0Oct 23 '25

How to use infer keyword in Typescript

It’s quite a rare part of Typescript and regular user won’t encounter this during daily work. However it’s useful part of the language and I would like to show you how you can use this functionality in your code.

Learn More 4 0Oct 20 '25

🔀 Mastering Conditional Logic in Uniface: The if/endif Block Guide

Hey developers! 👋 Today we're diving into one of the fundamental building blocks of Uniface...

Learn More 0 0Jul 18 '25