Ankur KashyapforF# - Think Functionallythinkfunctionally.hashnode.netยทMar 11, 2023Basics 22 - Inline Functionshttps://youtu.be/pHXPFHSFI00 A Simple Case... Not Really Let's take a simple example: let add x y = x + y let result = add 1 2 So far so good. We created a function named add. Since no type declarations are used, we assume that x, y and return va...48 readsF#Add a thoughtful commentNo comments yetBe the first to start the conversation.