Brightsign BrightScript 3.0 Reference Manual Manuale Utente Pagina 35

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 75
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 34
30
PROGRAM STATEMENTS
BrightScript supports the following statement types. The syntax of each statement is documented in more detail later in
this chapter.
Note: BrightScript is not case sensitive.
Library
Dim
= (assignment)
End
Stop
Goto
Rem (or ')
Print
For / To / End For / Step / Exit For
For Each / In / End For / Exit For
While / End While / Exit While
If / Then / Else If / Else / End If
Function / End Function / As / Return
Example
Function Main() As Void
dim cavemen[10]
cavemen.push("fred")
cavemen.push("barney")
cavemen.push("wilma")
Vedere la pagina 34
1 2 ... 30 31 32 33 34 35 36 37 38 39 40 ... 74 75

Commenti su questo manuale

Nessun commento