Procedures
Everything on SkillVeris tagged Procedures — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
Stored Procedures
Understand how to create, parameterize, and execute stored procedures to encapsulate reusable, precompiled T-SQL logic on the server.
Interfaces and Generic Procedures
Learn how explicit interfaces make procedure calls safe and how generic interfaces let one name dispatch to multiple type-specific implementations, including o…
Procedures and Functions
Learn how Pascal separates reusable code into procedures (no return value) and functions (return a value), and how to declare and call each.
VBA Syntax and Variables
The building blocks of every macro: procedures, variable declaration with Dim, operators, and comments in VBA's readable, line-based syntax.
Procedures in Tcl
Learn how to define reusable commands with proc, including default arguments, variable-arity args, return values, scope, and recursion.
Procedures and Calling Conventions
Learn how assembly functions are called, how arguments and return values are passed, and how the stack frame is built and torn down.