Brightsign BrightScript 3.0 Reference Manual Manuale Utente Pagina 49

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 75
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 48
44
Integer
Float
Double
String
Object
Dynamic
Example:
Function cat(a, b)
Return a+b 'a, b could be numbers or strings
End Function
Function five() As Integer
Return 5
End function
Function add(a As Integer, b As Integer) As Integer
Return a+b
End function
Function add2(a As Integer, b=5 as Integer) As Integer
Return a+b
End Function
Function add3(a As Integer, b=a+5 as Integer) As Integer
Return a+b
Vedere la pagina 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 74 75

Commenti su questo manuale

Nessun commento