Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Nov 28, 2023Ada: SubprogramsIn Ada, subprograms are equivalent to procedures and functions. More specifically: Procedures in Ada are subprograms that do not return a value. They are called procedure_name. Functions in Ada are subprograms that return a value. They are called f...Ada LanguageADA
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Sep 21, 2023ASM SubprogramsSubprograms or subroutines are a useful concept in assembly language programming. They allow breaking down a large program into smaller, manageable parts. Some main types of subprograms in assembly language are: Procedures: These are similar to func...asm
Lucian Lazarlucienlazar.hashnode.dev·Jul 11, 2022Using PL/SQL SubprogramsI released my first video course for Pluralsight: Using PL/SQL Subprograms. The course is included in the path for the Oracle certification for PL/SQL programming and it will teach you how to create and use subprograms. The first module is free, for ...47 readsOracle