Skip to content

func...

liquidiert edited this page Dec 30, 2018 · 2 revisions

This keyword can be called on its own (returns void then) or optionally with a type
Usage:

func [name] [params]
or 
funcint [name] [params], funcstr [name] [params], ...

Supported types (also func return type):

  • int
  • str
  • float
  • double
  • long / long long
  • char
  • unsignedint, signedint, ...
  • ....
Clone this wiki locally