About 1,050,000 results
Open links in new tab
  1. BASIC Programming/Subroutines and Functions - Wikibooks

    Dec 20, 2023 · Functions and Subroutines are lines of code that you use more than once. The purpose of functions and subroutines is to save time and space by just calling a function/subroutine.

  2. BASIC Commands - Dartmouth

    Jul 20, 2018 · Defined Functions. The user may define up to 26 new functions, giving them names from FNA to FNZ. Each such function is introduced by the DEF keyword. There must be exactly be one argument. The variable name used as an argument is distinct from the variable with the same name in the rest of the program.

  3. Functions in Programming - GeeksforGeeks

    Jul 29, 2024 · Functions in programming are modular units of code designed to perform specific tasks. They encapsulate a set of instructions, allowing for code reuse and organization. In this article, we will discuss about basics of function, its importance different types of functions, etc. What are Functions in Programming?

  4. Functions in Computer Programming - Online Tutorials Library

    Functions in Computer Programming - Explore the concept of functions in computer programming, including types, syntax, and examples to enhance your coding skills.

  5. Programming in BASIC: the absolute beginner tutorial - Hoist-Point

    20 lessons to teach your 12-year old how to start programming - and give them a start with some important programming techniques, even if they do not have anyone around to provide tutoring. Why BASIC? There is a number of opinions about BASIC as first programming language to teach.

  6. Programming Tutorial | Introduction, Basic Concepts, Getting …

    Dec 12, 2023 · Learn about variables, data types, control flow statements, functions, and how to write your first code in various languages. Explore resources and tips to help you to begin your programming journey.

  7. Programming - Functions - University of Utah

    Functions are "self contained" modules of code that accomplish a specific task. Functions usually "take in" data, process it, and "return" a result. Once a function is written, it can be used over and over and over again. Functions can be "called" from the inside of other functions.

  8. Programming Fundamentals/Functions - Wikiversity

    Jun 10, 2024 · Complete the following activities using a flowchart tool, pseudocode, or your selected programming language. Use separate functions for input, processing, and output. Avoid global variables by passing parameters and returning results.

  9. Basic Concepts of Programming / Functions and Modules

    In the realm of programming, functions and modules are fundamental concepts that every programmer should understand. They are the building blocks that allow us to write efficient, reusable, and organized code. This article will delve into the definitions, purposes, and uses of functions and modules.

  10. Find Basic Examples of Programming Functions

    BasicExamples aims to make programming easier, by offering simplified examples to common functions and operations. Whilst there is already a lot of documentation and manuals available on the web, it isn't always easy to find a simple example of the code being used.

  11. Some results have been removed