MikroElektronika PIC Microcontrollers PIC16 Instrukcja Użytkownika Strona 52

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 51
mikroBASIC
- Basic Compiler for Microchip PIC microcontrollers
Statements define algorithmic actions within a program. Simple statements - like
assignments and procedure calls - can be combined to form loops, conditional
statements, and other structured statements. Refer to Implicit Conversion and
Assignment.
Simple Statements
Simple statement does not contain any other statements. Simple statements include
assignments, and calls to procedures and functions.
Structured Statements
Structured statements are constructed from other statements. Use a structured
statement when you want to execute other statements sequentially, conditionally,
or repeatedly.
Conditional statements
if and case execute at most one of their constituents,
depending on a specified criteria.
Loop statements
repeat, while, and for execute a sequence of constituent state-
ments repeatedly.
MikroElektronika:
Development
tools
-
Books
-
Compilers
mikroBASIC
making it simple...
47
Statements
Przeglądanie stron 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag